Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1.29 KB

02.Bootstrapping.md

File metadata and controls

34 lines (24 loc) · 1.29 KB

[ ← Overview ]     [ Table Of Contents ↑ ]     [ Interface → ]

Sunil Samuel
[email protected]
http://www.sunilsamuel.com

Bootstrapping

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.

Jar File

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

Quick Start

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 → ]