From: Nabil L. <nl...@ua...> - 2009-12-23 18:32:25
|
Hello team, I am trying to run org.xmlvm.iphone.internal.AppletSimulator as an Applet in eclipse, but I am getting the following error: Unable to load image with name battery.png Unable to load image with name wifi.png java.lang.NullPointerException at org.xmlvm.iphone.internal.StatusBar.addBatteryIcon(StatusBar.java:58) at org.xmlvm.iphone.internal.StatusBar.<init>(StatusBar.java:37) at org.xmlvm.iphone.internal.Device.addStatusBar(Device.java:95) at org.xmlvm.iphone.internal.Device.<init>(Device.java:52) at org.xmlvm.iphone.internal.SimulatorGUI.addDevice(SimulatorGUI.java:36) at org.xmlvm.iphone.internal.SimulatorGUI.<init>(SimulatorGUI.java:27) at org.xmlvm.iphone.internal.SimulatorApplet.getJContentPane(SimulatorApplet.java:44) at org.xmlvm.iphone.internal.SimulatorApplet.init(SimulatorApplet.java:27) at sun.applet.AppletPanel.run(AppletPanel.java:424) at java.lang.Thread.run(Thread.java:619) Any clues? (I tried feeding the full path of the .png files, but I get the same exact error!) Thanks, N.L. |