Skip to content

oleksandr-shubin/spos-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages