Welcome to ADTPro!
To get started, you will need a Java installation you can call from the command line. This means that if you type the command "java -version" from a terminal window it ought to produce output other than complaints. One place to get a downloadable Java distribution is from Sun Microsystems: Sun JRE download. When you get there, look for a "Java Runtime Environment (JRE)" download for your platform and install it.
The ADTPro distribution comes as a single file named something similar to ADTPro-v.r.m with an extension particular to the target platform:
(The "v.r.m" part signifies the Version, Release, and Modification numbers of the particular distribution you're looking at.)
Installation steps:
Please report troubles, bugs, requests for help, etc. on the Help forum for ADTPro at SourceForge:
https://sourceforge.net/forum/forum.php?forum_id=582337
Good luck - and have fun!
For Unix variants, make sure the user that will be running ADTPro is in the group lock or uucp so that lockfiles can work. This won't be necessary in OSX.
The adtpro.sh and adtpro.command files can be customized to suit your environment. The main thing to do is to choose your platform for RXTX support. You may need to tweak the check for what your operating system returns from the uname command, and connect that to the appropriate RXTX library directory.
If you don't specify the right one, or if your platform is unsupported by RXTX, you will get an error similar to the one below on startup:
java.lang.UnsatisfiedLinkError: Can't find library rxtxSerial (librxtxSerial.so) in sun.boot.library.path or java.library.path sun.boot.library.path=/opt/IBMJava2-142/jre/bin java.library.path=/opt/IBMJava2-142/jre/bin: /opt/IBMJava2-142/jre/bin/classic:/opt/IBMJava2-142/jre/bin:/usr/lib thrown while loading gnu.io.RXTXCommDriver
Keep working at your startup script or take a look at the RXTX install instructions in the rxtx directory. Remember, you can always ask for help.
OS/2 doesn't have a native RXTX library. It would be a relatively easy thing to snap in the original Sun/IBM serial library, but just hasn't been done yet. Holler if you want it. Otherwise, the audio and UDP/Ethernet versions will still work fine in OS/2.
The distribution should contain: