19-05-2003, 03:35 PM
Hi all,
Please give me a hand with this problem, I lost 3 days trying to start the emulator supplied with Symbian v7.0 UIQ v2.0 SDK.
I am writing a simple pJava app containing a Hello class (example from SDK documentation), I am compiling it but when I am trying to test it on the emulator, it loads and exits immediately with the following message:
Exception in thread "main" java.lang.NoClassDefFoundError: Hello
---------------------------
Effective classpath is:
.
?:/classes
T:\ext\qawt.jar
T:\ext\util.jar
J:\ext\javaphone.jar
J:/lib/classes.zip
Specified classpath was:
.;?:/classes;?:/ext/*;?:/lib/classes.zip
---------------------------
Any ideas why I get that? Can anybody that has succeeded in running the emulator copy the relative Path and Classpath setting, I think maybe I am missing something there!
Wierdly enough, even the jre -cp . Hello which should test the Hello app in windows doesn't work. Have I scrued my system setup?
Thanx to all folks!
Please give me a hand with this problem, I lost 3 days trying to start the emulator supplied with Symbian v7.0 UIQ v2.0 SDK.
I am writing a simple pJava app containing a Hello class (example from SDK documentation), I am compiling it but when I am trying to test it on the emulator, it loads and exits immediately with the following message:
Exception in thread "main" java.lang.NoClassDefFoundError: Hello
---------------------------
Effective classpath is:
.
?:/classes
T:\ext\qawt.jar
T:\ext\util.jar
J:\ext\javaphone.jar
J:/lib/classes.zip
Specified classpath was:
.;?:/classes;?:/ext/*;?:/lib/classes.zip
---------------------------
Any ideas why I get that? Can anybody that has succeeded in running the emulator copy the relative Path and Classpath setting, I think maybe I am missing something there!
Wierdly enough, even the jre -cp . Hello which should test the Hello app in windows doesn't work. Have I scrued my system setup?
Thanx to all folks!