Getting the Java-Pilot-Desktop running on S.u.S.E. Linux is fairly easy:
- Make sure you have the package 'java' installed
- Get the zip archive from: http://www.ctag.de/projects/jpd
- Create a directory and unzip the archive in this directory:
> mkdir JPD
> cd JPD
> unzip jpd080.zip- Run the command
> java -classpath pilot.jar:jpd.jar:ctag.jar:/usr/lib/java/lib/classes.zip Jpdin the directory, where you unpacked the zip file.