path problem with j2me emulator tool

T

tom arnll

i am trying to run a midlet that uses an optional package ('location' for
GPS interface). When I compile the system sees the package and e'thing is
fine. But when I try to run the midlet, I get 'NoClassDefFoundError'. I
have tried adding the path to the emulator script but with no effect. And
when I add the following code to see the run time paths being used, the
system displays 'null':
 
import java.util.Properties;
System.out.println( System.getProperty( "java.class.path" ) );

Thanks,

Tom Arnall
north spit, ca
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,579
Members
45,053
Latest member
BrodieSola

Latest Threads

Top