To avoid having to type in "-classpath ." when you use your JVM add ";.;" after "C:\j2sdk1.4.2_01\bin".
The classpath is the variable your JVM uses to figure out where it can find the classes that it is supposed to use. By adding "." you tell it to look in the directory you are currently in. The semi-colons are used to separate multiple entries in system variable values. It's a good idea to add it to all of your entries. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
