Hope no one things this letter is off topic, but I am trying to compile
a waba app for my newton. All seems to work fine, I can compile, run
warp, and then exegen to create a newton package, but when I run the app
on my newton, it says that it can not find the class WabaHelloWorld (the
name of my class that extends MainWindow). To test things, I tried to
run the applet viewer (java waba.applet.Applet WabaHelloWorld) but from
that I get the following stack trace:
[java] java.lang.ClassNotFoundException: WabaHelloWorld
[java] at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
[java] at java.security.AccessController.doPrivileged(Native
Method)
[java] at
java.net.URLClassLoader.findClass(URLClassLoader.java:188)
[java] at java.lang.ClassLoader.loadClass(ClassLoader.java:297)
[java] at java.lang.ClassLoader.loadClass(ClassLoader.java:253)
[java] at
java.lang.ClassLoader.loadClassInternal(ClassLoader.java:313)
[java] at java.lang.Class.forName0(Native Method)
[java] at java.lang.Class.forName(Class.java:120)
[java] at waba.applet.Applet.init(Applet.java:62)
[java] at waba.applet.Applet.main(Applet.java:153)
[java] Exception in thread "main" java.lang.NullPointerException
[java] at waba.applet.Applet.init(Applet.java:68)
[java] at waba.applet.Applet.main(Applet.java:153)
Looks like the applet can not find my class. Has anyone come across
this before?
-- It is pointless to resist. - Darth Vader, Sith Lord-- Read the List FAQ/Etiquette: http://www.newtontalk.net/faq.html Read the Newton FAQ: http://www.guns-media.com/mirrors/newton/faq/ This is the NewtonTalk mailing list - http://www.newtontalk.net
This archive was generated by hypermail 2.1.2 : Tue Apr 02 2002 - 14:02:24 EST