Skip to Main Content

Java APIs

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

whitespace in url

843793Jul 29 2002 — edited Mar 22 2008
I 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.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 19 2008
Added on Jul 29 2002
19 comments
749 views