Posted By:
Huan_Li
Posted On:
Tuesday, January 8, 2002 11:15 PM
Hello. I have used Jbuilder5 to create .jar file for my project. This project runs as RMI server. Thus has *_stub.class exposed.
However, when I tried to run this .jar file, exception pop up saying "could not find the *_stub.class". But when I unzip the .jar file, the class is there under the correct directory.
What's wrong here?