Where does System.out goes to on a PALM Emulator ?
I am using System.out.println() in my MIDlets, for debugging purposes.When running my MIDlet suite on a PALM emulator,I do not see the output. How should I capture it ? - Fernand.
[214 byte] By [
fernand100] at [2007-9-26 14:39:25]

I take it you have install Java HQ (a.k.a MIDP.prc)
You have to install Developer (Developer.prc) which allows you to save System.out & System.err output.
Developer.prc is found in midp4palm1.0 which can be found at http://java.sun.com/products/midp4palm/
Once installed run Developer and click 'Show'. Then go to Java HQ and in the Preferences drop down list Developer will appear. Select this and then set 'Save output' to 'Yes'
Even easier. POSE writes you System.out.println to a file called STDOUT.TXT, usually put in the same folder as where the POSE emulator resides. Note: Often I found that this file would be written to different areas, so you may have to scan your computer for STDOUT.TXT.Don