In beta5 the default emulator worked fine.
Now, in beta7, the message
Launching "C:\NewProject\bin\xxx.jad"
appears but nothing happens.
Double clicking on the created xxx.jad, the midlet runs ok in the emulator.
I am using windows 7 ultimate, 32bit.
M.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Yes, well, may be I was so succinct when writing the readme.txt of the BETA 7, but the item stating "The Default emulator configuration has been reverted back to the MP2 one to enhance compatibility" means (amongst other things), that new fresh installations will have the Default emulator profile set to "cmd /A /C %JAD%", just like in the old MP2. But of course the BETA 7 will preserve old emulator configurations of previous BETAs as it is expected since you may have changed it before (for example if you edited the Default to use microemulator or other).
The item "Changed the way the emulator configuration gets loaded/stored" also means that may be some emulator entries might need some update from your part when needed.
All this changes are to enhance compatibility and address problems reported in other forum threads.
Thanks for your post!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
In beta5 the default emulator worked fine.
Now, in beta7, the message
Launching "C:\NewProject\bin\xxx.jad"
appears but nothing happens.
Double clicking on the created xxx.jad, the midlet runs ok in the emulator.
I am using windows 7 ultimate, 32bit.
M.
I just found a workaround for this. Simply replace in the emulator settings the command line
%JAD%
to
cmd /c %JAD%
M.
Yes, well, may be I was so succinct when writing the readme.txt of the BETA 7, but the item stating "The Default emulator configuration has been reverted back to the MP2 one to enhance compatibility" means (amongst other things), that new fresh installations will have the Default emulator profile set to "cmd /A /C %JAD%", just like in the old MP2. But of course the BETA 7 will preserve old emulator configurations of previous BETAs as it is expected since you may have changed it before (for example if you edited the Default to use microemulator or other).
The item "Changed the way the emulator configuration gets loaded/stored" also means that may be some emulator entries might need some update from your part when needed.
All this changes are to enhance compatibility and address problems reported in other forum threads.
Thanks for your post!