Hello, i ve some problems when i want launch uiq emulator.
it doesn't find any class, but my .jar is in the classpath.
my jar is in <dir-symbian>\epoc32\java (virtual drive j ).
my class Hello isn't in a package, the command i type in is following :
No matter what I try I always get a NoClassDefFound error!
I am using the j2sdk1.4.0_02, does this make any difference???
It compiles fine and makes the package fine too.
Also, how do you default the emulator to be a P800?
for problem java.lang.NoClassDefFounfError
you can put the jar file in the directory
<symbian dir>/epoc32/java/ext
the jar will be automatically in the emulator classpath.
so, if the error persists you can put your class in a package.
there are two way that i found toi resolve the problem