classNotFoundException: java.rmi.Remote in IE5 's RMI Applet
Hello Java Gurus,
We have a problem in Executing our Applets that are written for RMI Clients. These are working fine with AppletViewer & Netscape Navigator.
But when we are trying to use it in IE-4/5 we are getting classNotFoundException: java.rmi.Naming
Just can any one try this out
Note:
Dont give a solution like - Download RMIPatch
Software Engineer
Internet Technology,Panini Logix Pvt Ltd
Re: classNotFoundException: java.rmi.Remote in IE5 's RMI Applet
By default , IE4's JVM does not support RMI. Either you have to download java plugin from sunsite
or you have to put all the RMI related classes in one jar file ( RMIPatch ? ) and
specify it in your archive tag.
Poochi..
Re: classNotFoundException: java.rmi.Remote in IE5 's RMI Applet
Poochi,
I have tried putting all the RMI classes into one file.. didn;t spend too much time - agreed, :) but still, doesn't work. 90% u hv to download the RMI patch.
Just a comment.
Rgds,
R. Saravanan