Using the JPadPro IDE with Java  NOTES:

Note 1:
The box with the progress bar means the files needed for JPadPro are being loaded to the computer from the network.  This takes a few minutes (less than 5).

Then follow the instructions (earlier on this page) for creating a new program, but don’t add anything to the file it gives you.  Press the Compile button on the toolbar (little guy holding a briefcase). You will get a prompt about running the Setup Script.  Click Yes to run the setup script, then Yes again on the next dialog to continue.  Then you will get a box asking for the location of the JDK.  Find c:\jdk1.3.1 and double click it.  You should get a message in the bottom JPadPro window telling you that the JDK directory is set to c:\jdk1.3.1.

To set the classpath, click the JDK menu, Edit Standard Classpaths
Then click Add, type “c:\addons” (without the quotes) in the box, and click OK.  C:\addons should now be displayed in the classpath box.  Click OK.

Note 2:
Recommended procedure for where to put your files when using JPadPro:
This lets you work on drive C so things will go faster, but still make sure that you have all your files on your diskettes.

When creating a new program – follow the instructions for creating a new program, and don’t change the directory that JPadPro gives you (c:\JPadPro\Documents\IDE\filename).

When changing an existing program – copy your latest files from your diskette to c:\JPadPro\Documents\IDE\, then follow the instructions for changing an existing program.  If you work ONLY at home, you can skip the copy step here, but BE CAREFUL!  If you work sometimes in the lab and sometimes at home, remember to do the copy step!  You can’t necessarily rely on the file timestamps to see which is the latest, because sometimes the lab computers or your home computer time and date may be incorrect.

When you are done using JpadPro (either on a new program or changes to an existing one), follow the instructions to exit from JPadPro, and then YOU MUST DO THE FOLLOWING STEPS to make sure you have your files on your diskette:

1) Copy all your .java and .class files from c:\JPadPro\Documents\IDE\ to drive A:.  It is safest to do this twice, onto two diskettes, in case you lose one or it becomes corrupted.
2) Delete all your .java and .class files from c:\JPadPro\Documents\IDE\

Note 3:
If you choose to put your files in a different directory at home, make sure you use that directory rather than c:\JPadPro\Documents\IDE\ when you follow the Note 2 steps at home.