Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 1.63 KB

README.md

File metadata and controls

35 lines (28 loc) · 1.63 KB

SPOS converter

Application, which converts route file, exported from JRC ECDIS to route file,
which is capable of being imported to SPOS

Binary

To launch application please use binary file, named SPOSConverter.jar.
You don't need any other files, bundled herewith to execute it.
You are free to remove them or/and extract and use only SPOSConverter.jar.

Please note, that JRE should be installed on your PC to launch converter.

Build example (linux)

All commands should be executed from the root directory of application

  1. mkdir -p out/production/SPOSConverter
  2. javac -sourcepath src/ -d out/production/SPOSConverter/ src/com/shubin/spos/converter/Main.java
  3. cp -R src/com/shubin/spos/converter/View/ out/production/SPOSConverter/com/shubin/spos/converter/
  4. jar -cfe MySPOSConverter.jar com.shubin.spos.converter.Main -C out/production/SPOSConverter/ com

Finally you receive your own build, named MySPOSConverter.jar in your root directory.

Test

Application was tested on: