package javax.microedition.location

Login to reply to this topic.
Mon, 2005-04-11 14:41
Joined: 2005-04-11
Forum posts: 1
when i run my application i have this error "Uncaught exception java/lang/NoClassDefFoundError: javax/microedition/location/LocationException: Cannot create class in system package"
what can i do

Mon, 2005-08-29 10:03
Joined: 2005-08-29
Forum posts: 30
Re: package javax.microedition.location
in which MIDP you run the program.You should run program MIDP2.0 with CLDC 1.1 configration, ( default CLDC1.0 will be selected) and also choose 179 API in setting of the emulator.
Fri, 2005-09-02 05:27
Joined: 2005-03-30
Forum posts: 13
Re: package javax.microedition.location
Hello all,
I think the code needs to be obfuscated. For some security reasons the VM doesnt allow package names to start
with names such as java,javax,etc. Either you change the package name or try obfuscating the code.

VJ
  • Login to reply to this topic.