Re: PDA Emulators.
I have tested 5 emulators on my PDA the first containing an install CAB
Smartphone & Pocket PC Magazine Expert: Werner "Menneisyys" Ruotsalainen - Java Midlets on the Pocket PC - the Complete Tutorial, was able to run MIDlets using a link file without any problems.
However when I tried using a Link file with either 6.0 or 6.1 standard of VGA versions it always failed to run.
Have you been successful in running a MIDlet with any of these newer VM's.
This runs perfectly with the VM that came with the CAB install
255#"\Program Files\J9\MIDP20\bin\emulator.exe" "-Xdescriptor:\GolfScoreTrackerSuite.jad" "-Xjam:force"
However running it with the 6.0 or 6.1 editions failed eg.
255#"\Program Files\J9\v60std\bin\emulator.exe" "-Xdescriptor:\GolfScoreTrackerSuite.jad" "-Xjam:force"
255#"\Program Files\J9\v60vga\bin\emulator.exe" "-Xdescriptor:\GolfScoreTrackerSuite.jad" "-Xjam:force"
255#"\Program Files\J9\v61std\bin\emulator.exe" "-Xdescriptor:\GolfScoreTrackerSuite.jad" "-Xjam:force"
255#"\Program Files\J9\v61vga\bin\emulator.exe" "-Xdescriptor:\GolfScoreTrackerSuite.jad" "-Xjam:force"
With any of the above attempts, one does see the emulator execute for a split second and then stops executing!!
However calling (for example) just
255#"\J9\v60std\bin\emulator.exe" Did successfully execute the emulator !!