Thread: Re: [Eclipseme-users] Fisrt steps using EclipseME: the emulator closes automatically
Brought to you by:
setera
From: Guadalupe O. <gob...@un...> - 2008-10-20 14:33:48
|
Dear Craig, Of course I wll consider moving to MTJ (I did not know of its existence). I guess that then I should uninstall EclipseMe and therefore my question wouldnt make sense, but just in case let me show you the error I got in the console: Running with storage root C:\Documents and Settings\LupitaSL\j2mewtk\2.5.2\appdb\QwertyDevice Running with locale: Spanish_Spain.1252 Incorrect domain name, switching to 'unidentified_third_party' *java.lang.SecurityException*: unidentified_third_party domain is not configured at com.sun.midp.security.Permissions.forDomain(+118) at com.sun.midp.dev.DevMIDletSuiteImpl.create(+51) at com.sun.midp.dev.DevMIDletSuiteImpl.create(+74) at com.sun.midp.main.Main.runLocalClass(+20) at com.sun.midp.main.Main.main(+80) Execution completed. 88999 bytecodes executed 2 thread switches 1664 classes in the system (including system classes) 843 dynamic objects allocated (66788 bytes) 1 garbage collections (0 bytes collected) Can you give me any suggestion about that? Thanks a lot, Lupe -- |
From: Guadalupe O. <gob...@un...> - 2008-10-20 20:02:10
|
Dear Andreas, What subdir may I have deleted? I just installed it and test it, I didn´t delete anything in between. Where can I find the content of that folder? Thanks a lot, Lupe |
From: Andreas R. <ro...@ya...> - 2008-10-21 12:38:21
|
There are some files inside the appdb dir inside the WTK main dir. Namely some files staring with "_" some are text files some are .png. These files need to be in the appdb dir used by the emulator. Make sure they are there. So: Look in the appdb folder inside your WTK installation and make sure that the files you see there are inside the appdb dir, which the emulator uses (you can see that by your output), too. Normally the WTK should copy these but it looks like it did not do so. -- Andreas Guadalupe Ortiz wrote: > Dear Andreas, > What subdir may I have deleted? I just installed it and test it, I > didn´t delete anything in between. Where can I find the content of > that folder? > Thanks a lot, > Lupe > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > ------------------------------------------------------------------------ > > _______________________________________________ > Eclipseme-users mailing list > Ecl...@li... > https://lists.sourceforge.net/lists/listinfo/eclipseme-users > |
From: Craig S. <cra...@se...> - 2008-10-26 18:16:07
|
It sounds like a reinstall of the WTK would be the best option to get things going again. Andreas Rossbacher wrote: > There are some files inside the appdb dir inside the WTK main dir. > Namely some files staring with "_" > some are text files some are .png. These files need to be in the appdb > dir used by the emulator. Make > sure they are there. > So: Look in the appdb folder inside your WTK installation and make sure > that the files you see there are > inside the appdb dir, which the emulator uses (you can see that by your > output), too. Normally the WTK > should copy these but it looks like it did not do so. > |
From: Andreas R. <ro...@ya...> - 2008-10-20 15:18:01
|
Looks like your deleted your whole appdb subdir of the WTK. The security levels are defined there. You need to get the content of that directory back. -- Andreas Guadalupe Ortiz wrote: > Dear Craig, > Of course I wll consider moving to MTJ (I did not know of its > existence). I guess that then I should uninstall EclipseMe and > therefore my question wouldnt make sense, but just in case let me show > you the error I got in the console: > > Running with storage root C:\Documents and > Settings\LupitaSL\j2mewtk\2.5.2\appdb\QwertyDevice > Running with locale: Spanish_Spain.1252 > Incorrect domain name, switching to 'unidentified_third_party' > _java.lang.SecurityException_: unidentified_third_party domain is not > configured > at com.sun.midp.security.Permissions.forDomain(+118) > at com.sun.midp.dev.DevMIDletSuiteImpl.create(+51) > at com.sun.midp.dev.DevMIDletSuiteImpl.create(+74) > at com.sun.midp.main.Main.runLocalClass(+20) > at com.sun.midp.main.Main.main(+80) > Execution completed. > 88999 bytecodes executed > 2 thread switches > 1664 classes in the system (including system classes) > 843 dynamic objects allocated (66788 bytes) > 1 garbage collections (0 bytes collected) > > Can you give me any suggestion about that? > Thanks a lot, > Lupe > -- > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > ------------------------------------------------------------------------ > > _______________________________________________ > Eclipseme-users mailing list > Ecl...@li... > https://lists.sourceforge.net/lists/listinfo/eclipseme-users > |