System

Java ME utilizes two output streams, System.out() and System.err(). They have some notable characteristics:


  • The stream output is saved on log file vmconsole.txt, which is located in directory \epoc32\WINSCW\C\logs\java. On some occasions, the directory needs to be created manually in order for the logging to function correctly.

  • The log file uses UTF-8 encoding.