-
Run jar file through command terminal.
-
User should be prompted by 6 option menu.
-
Follow instuctions for adding data.
-
Exporting should produce 2-3 files depending on users choices.
Install Java - Oracle JDK 8 as described in: How To Install Java with Apt-Get on Ubuntu 16.04
In summary these are the steps needed from the above article.
$ sudo add-apt-repository ppa:webupd8team/java
$ sudo apt-get update
$ sudo update-alternatives --config java
$ sudo nano /etc/environment
Replace the path in the quotes below with the path from the previous command's output. Then save and exit the file.
$ JAVA_HOME="/usr/lib/jvm/java-8-oracle"
$ source /etc/environment
$ echo $JAVA_HOME
Now you can run the program as intended.
$ java -jar postCode.jar