ucugo / java8_playground

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation Doc:

This application uses MAVEN for building the executable and requires a maven installation in its build environment.

Build and create a jar file:

First navigate to project root ({path}/PlayGround/) from your command line. Type and enter cmd: mvn clean install (This will first run the Unit tests and then create a jar file 'zopa-test-app.jar' in the target directory)

Run application:

copy the generated zopa-test-app.jar created in the build steps to a directory of your choice. And from that directory run command with required arguments:

java -jar zopa-test-app.jar {Absolute path to market data file} {Loan Amount}

Path to market data file must exists. See sample in PlayGround/src/test/resources/data/market_data.csv

About


Languages

Language:Java 100.0%