[Texas PLT logo]

COMP 202: Principles of Object-Oriented Programming II

  DrJava Project Facility  

Sometimes DrJava doesn't know where to find the main Java compiler located in the tools.jar file.  This file is installed when the Java SDK (JDK) was installed.   DrJava attempts to automatically find this file, but sometimes it cannot find it.   If there are multiple versions of the JDK installed, DrJava may not find all of the versions.

To manually configure DrJava to find the tools.jar file:

  1. From the main menu, select Tools\Preferences.
  2. In the Preferences, under the Resource Locations tab, click the browsing button ("...") on the "Tools.jar Location" field.
  3. Browse to the Java JDK installation directory, typically something like:  C:\Program Files\Java\jdk1.5.0_01
  4. Inside the installation directory, browse into the lib directory and select the tools.jar file.
  5. Click "Select" on the browsing dialog box and "OK" on the Preferences dialog box.

 

  DrJava Project Facility  

URL: http://www.clear.rice.edu/comp202/08-fall/info/toolsjar.shtml
Copyright © 2008-2010 Mathias Ricken and Stephen Wong