|
-
October 11th, 1999, 07:43 AM
#1
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
-
October 11th, 1999, 09:20 AM
#2
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..
-
October 11th, 1999, 09:29 AM
#3
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|