Application, which converts route file, exported from
JRC ECDIS
to route file,
which is capable of being imported
to SPOS
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.
All commands should be executed from the root directory of application
- mkdir -p out/production/SPOSConverter
- javac -sourcepath src/ -d out/production/SPOSConverter/ src/com/shubin/spos/converter/Main.java
- cp -R src/com/shubin/spos/converter/View/ out/production/SPOSConverter/com/shubin/spos/converter/
- 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.
Application was tested on:
- JRC ECDIS App v. 01.20; 01.30
- SPOS v. 8.3.5233.18431 Build: 30 Apr 2014 09:14UTC