Is it possible to use the java.server.rmi.codebase property with file urls which have spaces in the name? For this property, space is the delimiter which defines multiple entries in this property. This is particularly important on NT systems.
Created May 4, 2012
Gabriel Artaud You can try having something like:
-Djava.rmi.server.codebase="file:///c:/my project/classes/"