Hi,
 
I'm sorry it's off topic, but I need help from you.
 
I encountered a very strange question I think.
Now I'm writting a little program with RMI.
I compiled all source files and use rmic command to create skel and stub class, after that run rmiregistry and server, it worked very well, no any problems.
But when I package the classes(even all classes) about server into a package named Server.jar and run the server with the classpath point to Server.jar, an exception occured. It said: ClassNotFoundException: Server_Stub. But it's absolutely in the file Server.jar.
 
Please help me, thanks.
 
Jianhong
 

Reply via email to