Designed for educators and students, Ready
is a complete Java development environment designed to be fast to learn and easy to administer.
Quick Links
Frequently Asked Questions about Ready to Program with JavaTM Technology
This document is a collection of commonly asked questions about
Ready to Program for JavaTM Technology.
There is a list of questions, followed by the questions and the answers.
Currently, no. While there are no plans to bring Ready
to the Macintosh at the present time, we will, of course, consider
doing so if demand and support is there. If you're interested, let
us know!
The current version includes Java 1.1.8. Ready currently supports Java 2,
but does not ship with it. An administrator can download Sun's latest
JRE and install it into Ready very easily.
(See here for instructions on how to do this.)
Ready overlies a slightly modified version of IBM's Jikes
compiler. Jikes was selected because it faster (by several times) than
most other compilers out there and it uses much less memory. Also, it
has excellent error messages.
No. Ready is designed to run completely on its own. It
does not require a pre-existing JVM, nor does it try and replace or modify
any pre-existing JVM.
Absolutely. In fact Ready uses a two step process for reading
preferences. Administrators can set preferences for the users as a
whole, while the students can change the preferences to customize their
own environment. Only the differences from the administrator preferences
are saved as personal preferences, allowing administrators to
change the preferences midway through the course without students having
to throw out their personal preferences.
Definitely. The skeleton frameworks (and the code blocks) are saved in a
text file that can be modified by the administrator. The administrator
can rename them, modify them, add to them or even delete them altogether.
Because Ready does not use projects, the main file in a
multiple file program must be specified in another manner. In
Ready, the student opens up the main program in a window
and chooses Select as Main from the File
menu. From then on, whenever the user runs a program, Ready
runs the selected file. The compiler does a complete dependency check,
recompiling files as necessary.
We are considering to allowing the user to e-mail or
possibly HTTP POST the combined program listings, input files and
output files to an address specified by the administrator.
Ready is available for purchase by individuals and institutions from Holt
Software. It is also bundled with our Java textbook. Qualified educational
institutions can also obtain a copy by joining IBM's Academic Program for Java.
Click here for information on obtaining
Ready.
Holt Software is a full service solutions source for educational
programming, developing software and curriculum materials across the
educational user spectrum. For the last 16 years, the Holt Software
team has been designing compilers, interpreters and programming
environments for educators and publishing computer science textbooks
for secondary schools, colleges and universities.
Holt Software also develops and distributes the Turing
programming language used extensively in high schools.