Hi pronerd,
I just downloaded j2me wireless toolkit 2.5.2, jdk1.6.0_05
I have one midlet program, jar file, jad file and manifest file.
I clicked on build then run, an generic emulator showed up, when I clicked on launch to run the application, the emnulator exited with the following message on the console.
Project "midlets" loaded
Project settings saved
Building "midlets"
Build complete
Running with storage root C:\Documents and Settings\deeksh a\j2mewtk\2.5.2 \appdb\DefaultC olorPhone
Running with locale: English_United Kingdom.1252
Running in the identified_thir d_party security domain
Method......... ...: 10233084 'com/sun/midp/midlet/MIDletState.cre ateMIDlet (static)'
Stack Chunk.......: 22000ac
Frame Pointer.....: 2200104
Current IP........: 1033a48b = 1033a46e + offset 29
Previous Frame....: 22000cc
Previous IP.......: 103ce331 (offset 22)
Frame size........: 7 (1 arguments, 6 local variables)
Argument[0].......: 2200910
Local[1]..........: 0
Local[2]..........: 237dcd8
Local[3]..........: 22101b4
Local[4]..........: 237dcec
Local[5]..........: 10274b20
Local[6]..........: 237dcb8
Operand[1]........: 2200910
What is wrong with what? What are you trying to do? Compile, Build, test, de-bug, emulate, etc. What problem are you having? Is there an error, something not working the way you expected, etc? How do you expect people suggest a solution when you will not state the problem?
Have you even reviewed the documentation to see what the correct procedure is to do what ever it is you are trying? It sounds like you are randomly loading classes or code in to random tools.
Comment