posted 18 years ago
You are right. The "javac..." should be replaced by "java..." .
Since it's unpredictable which directory we are in (i.e, we don't know if it contain's version 2), the only answer is 2.
The classpath must be specified explicitly although the CLASSPATH was mentioned to be explicitly set to point to version 2.
So we need the absolute path because no other options in the choices shows we making package directory of version 2 the current directory.
[ June 12, 2006: Message edited by: Firas Zureikat ]