|
From: Roy S. <roy...@pr...> - 2003-06-08 13:10:27
|
I want to try a new skin. I thought I'd start by explicitly naming the existing skin, but I get a Error loading class: net.barteo.me.appletdevice.minimum.MinimumDevice java.lang.NoClassDefFoundError java.lang.ClassNotFoundException: net.barteo.me.appletdevice.minimum.MinimumDevice java.lang.NullPointerException at java/util/Hashtable.get at com/barteo/emulator/MIDletBridge.getMIDletAccess at com/barteo/emulator/applet/Main.start at com/ms/applet/AppletPanel.securedCall0 at com/ms/applet/AppletPanel.securedCall at com/ms/applet/AppletPanel.processSentEvent at com/ms/applet/AppletPanel.run at java/lang/Thread.run My HTML is ... <applet code="com.barteo.emulator.applet.Main" width=170 height=445 archive="me-applet.jar,AnoKaBamidp10.jar,minimum.jar"> <param name="midlet" value="AnoKaBa"> <param name="device" value="net.barteo.me.appletdevice.minimum.MinimumDevice"> </applet> and minimum.jar is in the same directory as the HTML Help :-) |