Return to Lesson

Platform-Specific Details: Setting the CLASSPATH Environment Variable

UNIX:
The method of setting environment variables depends on your shell. For C shell, you can enter something like the following at the shell prompt, or put it in your .cshrc file:
setenv CLASSPATH .:/home/kwalrath/test/classes
DOS shell (Windows 95/NT):
#ifdef COMMENT
HELP!
#endif

Return to Lesson