Install JPad on OSX
These instructions are only a guess as I don't own a mac.
If you have one please get in touch as I would really like to verify what works
Install Oracle SDK
Based on these instructions:
- Download .dmg for OSX
-
From either the Downloads window of the browser, or from the file browser, double click the
.dmg
file to launch it.A Finder window appears containing an icon of an open box and the name of the
.pkg
file. -
Double click the package icon to launch the Install app.
The Install app displays the Introduction window.
Note:
In some cases, a Destination Select window appears. This is a bug, as there is only one option available. If you see this window, select Install for all users of this computer to enable the Continue button. -
Click Continue.
The Installation Type window appears.
-
Click Install.
A window appears that says "Installer is trying to install new software. Type your password to allow this."
-
Enter the Administrator login and password and click Install Software.
The software is installed and a confirmation window appears.
-
Refer to
http://www.oracle.com/technetwork/java/javase/downloads/jdk-for-mac-readme-1564562.html
for more information about the installation. -
After the software is installed, delete the
.dmg
file if you want to save disk space.
Verify the installation like so:
Run Jar
- First we must make the .jar file runnable.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:
At the command terminal typejava -jar jpad.jar
while in the same directory as jpad.jar