Daniel Hegyi writes: > Hi, > > When I compile a java file I get the following output: > > > CompileServer output: > c:/Documents and Settings/dhegyi/My Documents/Test.java > > javac: invalid flag: c:/Documents > Usage: javac <options> <source files> > > ... > > > It doesn't seem to like the spaces in the folder name. I think it should be > in quotation marks. How can I fix this? >
Modify jde-normalize-path to put quotations around paths that contain spaces. - Paul
