JUDO 1.2.1 review

Download
by rbytes.net on

JUDO project is a Java IDE for Children and Beginning Programmers

License: GPL (GNU General Public License)
File size: 153K
Developer: Thomas Dunn
0 stars award from rbytes.net

JUDO project is a Java IDE for Children and Beginning Programmers.

It is very easy to use and has a very simple interface.

It was designed to be used as a teaching aid for teaching programming classes to children.

The programs you create with JUDO can be graphical, text input/output, or both.

All you need to do to write a JUDO program is write a simple void main() function.

Requirements:
Java 2 JDK 1.3

Running JUDO

# 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.

JUDO 1.2.1 search tags