why "-classpath com/KitJar.jar:." is wrong.
Why are you saying it's wrong above.
"-classpath com/KitJar.jar:." is correct.
Anyway, I think I know what you mean.
A full expalanation is
here.
Basically, go to Control Panel -> System and remove ".". Try to compile and run. You will notice an exception occurs. So you need to specify "." in -cp if it's not in System.
The Bonus Exam may have a similar question. Read
this for more info.
[ June 11, 2006: Message edited by: Firas Zureikat ]