Using RMI with Jeode
843849Sep 5 2002 — edited Nov 13 2002I'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