before GETSimpleService() java.lang.NoClassDefFoundError: net/jini/core/discovery/LookupLocator at PotatoMaster.<init>(PotatoMaster.java:44) at JavaClock.init(JavaClock.java:60) at sun.applet.AppletPanel.run(AppletPanel.java:341) at java.lang.Thread.run(Thread.java:536)
## Just before to come the exception, a message is printed, and that implies the object "PotatoMaster" created in the Applet and that can to lookup the service, is found, but the lookuplocator class not.
PLEASE, HELP ME ANYWAY, can you get a example of compilation and execution of a applet using jini?.