Install JPad on Linux

Install Oracle SDK

Based on these instructions run the following terminal commands:

Verify the installation like so:

Run Jar

  1. 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
  2. Try double clicking on the jar file.
  3. Its not working from the GUI let's try the command line:
    1. Make sure you have Java installed on your system. Check this by typing java -version into the command terminal.
    2. At the command terminal type java -jar jpad.jar while in the same directory as jpad.jar
Making a jar executable

Video of Installation

Download and Running JPad on Linux