The JavaTM Tutorial
Previous Page Lesson Contents Start of Tutorial > Start of Trail > Start of Lesson Search

Trail: Learning the Java Language
Lesson: More Features of the Java Language

Platform-Specific Details: The CLASSPATH Environment Variable

UNIX
setenv CLASSPATH .:~/classes
DOS shell (Windows 95/NT)
set CLASSPATH=.;~/classes
Mac OS
You set the class path for your application in its 'STR '(0) resource.

Previous Page Lesson Contents Start of Tutorial > Start of Trail > Start of Lesson Search