Skip to content

Latest commit

 

History

History
32 lines (27 loc) · 596 Bytes

README.md

File metadata and controls

32 lines (27 loc) · 596 Bytes

PATHOGEN DETECTION

Compilation:

Prerequisites for Compilation:

1 - Java development kit 8 (JDK8) 2 - Maven 3

Compiling

    mvn jfx:jar

The file will be deployed at 'target/jfx/app'

Execution:

Prerequisites for execution:

1 - Java Runtime environment 8 (JRE8)

Comand line:

    java -jar pathogendetection-jfx.jar

Using the deployed zip file

Extract the zip file where you want and execute the below command based on your SO.

Linux/Mac:

    ./pathogendetection.sh

Windows

    pathogendetection.bat