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
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.
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.
Forum posts: 30
Forum posts: 13
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