| Home | Download | Submit | Screenshots | FAQ | SF Project Page | JUDO Help | Contact |
If you use Windows follow these instructions:
Download and install judo-1.3.exe [español]
| Donate to JUDO |
If you use MacOS X, follow these instructions:
Download the current preview beta - judo1_3preview.tar.gz [español] or judo_1_2_1_macosx.tar.gz
Start the Terminal application. Change to the directory you downloaded JUDO to (ex: cd Desktop) and run these commands:
gzip -d judo_1_2_1_macosx.tar.gz
tar xf judo_1_2_1_macosx.tar
Change to the new JUDO directory,
chmod 755 run.sh
and edit run.sh to point to where you installed the JDK. One user reported java on MacOS X to be at /System/Library/Frameworks/JavaVM.framework/Versions/CurrentJDK/Home/bin/java . Then execute run.sh,
./run.sh
After a few seconds, JUDO should appear.
If you use Linux or any other UNIX, follow these instructions:
JUDO requires you to have Java 2 JDK 1.3 installed. If you do not or you don't know what the JDK is, go to this page before installing JUDO.
Download the current preview beta - judo1_3preview.tar.gz [español] or judo_java1_2_1.tar.gz and expand it with the following two commands:
gzip -d judo_java1_2_1.tar.gz
tar xf judo_java1_2_1.tar
In the JUDO directory,
chmod 755 run.sh
and edit run.sh to point to where you installed the JDK. Then execute run.sh,
./run.sh
After a few seconds, JUDO should appear.
If you have any problems installing or running JUDO, please do not hesitate to contact me - thomas.dunn@gmail.com.
Last Modified Mon Sep 27 06:18:58 PDT 2004 | Home | Download | Submit | Screenshots | FAQ | SF Project Page | JUDO Help | Contact |