Hello there,
I am trying to use the source code of openxdata mobile client i which i checked out from
https://svn.openxdata.org/J2ME/trunk/i followed the documentation provided at
https://trac.openxdata.org/wiki/MobileSetup i am using eclipse 3.6 , proguard 4.6 and antenna 1.0.2
when i use ant to run the midlet it runs the emulator for a few seconds and then terminates
throwing the following exception
Incorrect domain name, switching to 'unidentified_third_party'
[exec] Incorrect domain name, switching to 'unidentified_third_party'
[exec] java.lang.SecurityException: unidentified_third_party domain is not configured
could some body be knowing how i can configure the security domain?
Thank you all!
Andrew
NB THE WHOLE COMPILATION LOG IS AS FOLLOWS
[wtkjad] Updating JAD file C:\Users\Andtrew\Documents\Projects\mforms 1.2\epihandy-midlet\dist\obf\openxdata-midlet-tiny.jad
run-obfuscated:
[exec] Running with storage root C:\Users\Andtrew\j2mewtk\2.5.2\appdb\DefaultColorPhone
[exec] Running with locale: English_United States.1252
[exec] Running in the identified_third_party security domain
[exec] Incorrect domain name, switching to 'unidentified_third_party'
[exec] Incorrect domain name, switching to 'unidentified_third_party'
[exec] java.lang.SecurityException: unidentified_third_party domain is not configured
[exec] at com.sun.midp.security.Permissions.forDomain(+118)
[exec] at com.sun.midp.dev.DevMIDletSuiteImpl.create(+51)
[exec] at com.sun.midp.dev.DevMIDletSuiteImpl.create(+74)
[exec] at com.sun.midp.main.Main.runLocalClass(+20)
[exec] at com.sun.midp.main.Main.main(+80)
[exec] Execution completed.
[exec] 92867 bytecodes executed
[exec] 10 thread switches
[exec] 1665 classes in the system (including system classes)
[exec] 951 dynamic objects allocated (48356 bytes)
[exec] 1 garbage collections (0 bytes collected)
BUILD SUCCESSFUL
Total time: 1 minute 10 seconds