Skip to Main Content

Embedded Technologies

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Using RMI with Jeode

843849Sep 5 2002 — edited Nov 13 2002
I'm trying to connect to a RMI Server through an applet on an IPAQ 38XX with Internet Explorer. However when I do, I get the following Error:

java.lang.NoClassDefFoundError: java/rmi/registry/LocateRegistry
    at java.rmi.Naming.getRegistry (bytecode 12)
    at java.rmi.Naming.list (bytecode 6)
    Test.init (bytecode 6)
    com.insignia.applet.AppletPanel.run (AppletPanel.java, line 0)
    java.lang.Thread.run (bytecode 11)

The /Windows/lib/core.jar has the java.rmi.registry.LocateRegistry.class in it, so I'm very confused. Anyone else run into this problem or know of a solution. RMI is very important to my project, so I really need to solve this problem.

Thanks,
Eric
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 11 2002
Added on Sep 5 2002
2 comments
128 views