Classpath directories with spaces
I get NoClassDefFoundError
when I use the command:
java -classpath C:\Program Files\netbeans-5.0\ide6\modules\ext;C:\Documents and Settings\Sebastian\My Documents\My Java Projects\AssesmentManager\test\sste DataFileTest
Is it possible to have spaces in the classpath directory?
I know it executes well in netbeans IDE.

