Y4S1 Advanced Object Oriented Software Development Assignment
JavaFX application that uses the reflection API to measure software design quality.
Run the following to create a JAR file.
$ jar -cf metrics.jar *
Run the following to launch the application.
$ java -cp ./metrics.jar;./lib/fx/lib/*;./lib/microstream/* ie.gmit.sw.Runner
The JAR file(s) to be processed must also be included in the above classpath.