DrJava is an integrated development environment (IDE) developed at Rice University for writing Java programs. It was designed primarily for students, providing an intuitive interface and the ability to interactively evaluate Java code. It also includes powerful features for more advanced users, such as a full-featured debugger.
.jar
file or an executable
file for your platform. If you get a dialog saying something about a
JAR archive security check, right-click on the DrJava download link and select
Save Link As...
(or the equivalent in your browser)..jar
file or executable in a convenient location and set a
shortcut to it on your desktop.Refer to the DrJava page for instructions on running DrJava on your platform. .
Normally, you can just double-click on the shortcut to the .jar
file or executable you downloaded.
When you run DrJava the first time, you may get the following message:
Click "yes" on the dialog box, navigate to the lib
subdirectory of the Java
installation directory (on my Windows XP machine, C:\Program
Files\Java\jdk1.5.0_01\lib\
), and select tools.jar
.