/jni-assignments

University JNI assignments.

Primary LanguageC++MIT LicenseMIT

JNI Assignments

This repo contains the source code for the assignments and projects for certain subject inside the university.

Getting started

This JNI introduction might be sufficient.

Run the assignment (Linux)

If you are running linux, simply cd into each assignment directory, and run their corresponding .sh script. For example:

cd Q2
sh Q2.sh

Run the assignment (Window)

If you are running on window, cd into each assignment directory, and run their corresponding .bat script. For example:

cd Q2
./Q2

Cleaning up the directory (Linux only)

Ensure you are at the root of this repository, then:

sh clean.sh