whitespace in url
843793Jul 29 2002 — edited Mar 22 2008I use "-Djava.rmi.server.codebase=file:\\e:/temp/rmi test/classes/"
start a rmi application.
When client lookup a remote object of server, an exception occured.
ComputePi exception: RemoteException occurred in server thread; nested exception is:
java.rmi.UnmarshalException: error unmarshalling arguments; nested exception is:
java.net.MalformedURLException: no protocol: test/classes/
....
Is file protocol don't support whitespace?
Wish your help!
hu.