DrJava Resources

What is DrJava?

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.

Installation

Running

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.

A Common Problem: Missing tools.jar?

When you run DrJava the first time, you may get the following message:

If so, 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. See also the Preferences menu selection, where you can also set the tools.jar location. For an example, look here.