Install JPad on Linux
Install Oracle SDK
Based on these instructions run the following terminal commands:
Verify the installation like so:
Run Jar
- First we must make the .jar file runnable. Either right click the .jar file, go to properties and set the checkbox "allow executing file as program".
Or alternatively run the following at the terminal:sudo chmod +x jpad.jar
- Try double clicking on the jar file.
- Its not working from the GUI let's try the command line:
- Make sure you have Java installed on your system. Check this by typing
java -version
into the command terminal. - At the command terminal type
java -jar jpad.jar
while in the same directory as jpad.jar
- Make sure you have Java installed on your system. Check this by typing