Click to See Complete Forum and Search --> : classNotFoundException: java.rmi.Remote in IE5 's RMI Applet


cspatnaik
October 11th, 1999, 07:43 AM
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

poochi
October 11th, 1999, 09:20 AM
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..

R.Saravanan
October 11th, 1999, 09:29 AM
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