Richard G Baldwin (512) 223-4758, NRG Room 4238, Baldwin@DickBaldwin.com, http://www.austincc.edu/baldwin/

ITSE2321 Object-Oriented Programming

This material applies to classroom sections and Distance Learning sections including APT sections taught by Professor Baldwin.

Running DrJava at ACC-NRG

Spring 2014

Revised: 11/02/13

The official web page for this course is ITSE2321.htm

The following material applies to running DrJava in the ACC computer labs. Some of the material also applies to running DrJava on your computer at home.

When you use DrJava in conjunction with Ericson's media library, you must set a classpath in DrJava to point to the media library on your disk.  (See the note in the document titled Instructions for Downloading and Submitting Exams regarding the requirement to download a copy of Ericson's media library from her website.)

To set the classpath in DrJava to Ericson's media library:

  1. Choose the menu option Edit -> Preferences -> Resource Locations -> Extra Classpath/Add
  2. Select the bookClasses folder containing Ericson's library.
  3. Click the Apply button.
  4. Click the OK button.

DrJava was written in Java. Therefore, you should be able to download a Jar file version of DrJava to your H-Drive and run it from the command line as a Java application by executing a command similar to the following in the folder containing the Jar file:

java -jar drjava-stable-20120818-r5686.jar

As of November 2013, the ACC labs at NRG are running Java 7. Students have reported some compatibility issues between Java 7 and some versions of DrJava. Make certain that the version of DrJava that you download is said to be compatible with Java 7.

You should be able to download the jar file to your H-Drive (or possibly to a USB flash drive) and use it as described above. If you find that not to be the case, please let me know.

-end-

File: ITSE2321RunningDrJavaAtACC.htm