I am currently attempting to run a webpage that dynamically reads data files off of the Server. to this end i have implemented a server class and a client class, with the applet instantiating the client and than using the client methods to get information from the server class. unfortunatly, when i go to run the server class I get ClassdefnotFound errors on the _stub class. I have been through all of the posts here, as well as the ones at Sun for 1997 to present and still have not found the problem. i have set classpaths, used packaging, multiple registries, hardcoded batch files, tried several other computers, etc...
It seems the error is that it can't find the _stub class, which sets off a double nested exception, unmarchalling exception, and several other .rmi exceptions, if anyone has run into anything similar or has any ideas, please let me know,
-Tarwn
It seems the error is that it can't find the _stub class, which sets off a double nested exception, unmarchalling exception, and several other .rmi exceptions, if anyone has run into anything similar or has any ideas, please let me know,
-Tarwn