Hi
Is there any way to print or see the codebase of an object that is about to be
serialized to a socket?
This is because I have a client server and server sends an object throught the
socket to client and if the .class of that object does not exists on client side
the client throws an exception of java.lang.ClassNotFoundException.
I have the jini web server running and the www dir has the .class. If i try to
access the .class through web browser there is no problem. The browser asks
to save the file.
It seems that the object do not carries a valid codebase?!
Thanks
Alex
PS: Both client and server are running on the same machine for now. When
running client and server i pass the following:
-Djava.rmi.server.codebase=
http://127.0.0.1:8080/--------------------------------------------------------------------------
Getting Started:
http://www.jini.org/wiki/Category:Getting_StartedCommunity Web Site:
http://jini.orgjini-users Archive:
http://archives.java.sun.com/archives/jini-users.htmlUnsubscribing: email "signoff JINI-USERS" to
listserv@...