[ ← Overview ] [ Table Of Contents ↑ ] [ Interface → ]
Sunil Samuel
[email protected]
http://www.sunilsamuel.com
The application can be downloaded from the build directory or compiled using maven. The build directory contains the jar file required to run the application.
The jar file is
optical-optimal-1.0.0-RELEASE.jar
To compile the jar file, run the clean install
maven build.
mvn clean install
The application is run using the following command. NOTE: You will need Java 8 to run this application.
java -jar optical-optimal<VERSION>.jar
[ ← Overview ] [ Table Of Contents ↑ ] [ Interface → ]