Please use command line or applet parameters where possible. Using system
properties (-d) is not recommended.
| Property name |
Values |
Description |
| me4se.implementation |
package name prefixes, separated by ";" |
Instructs ME4SE to search for implementation classes with the
given prefix. The default is "org.me4se.psi.java1". |
| me4se.jam.homedir |
a directory name |
This property must be specified in order to set an directory where the
MIDlets should be stored in the xME4SE JAM. |
| me4se.comm.enable |
true |
This property must be specified in order to initialize the CommConnection implementation
of ME4SE. If this property is not set microedition.commports will return an invalid value. |
| me4se.wma.comenable |
true |
This property must be specified in order to initialize the Wireless Messaging API implementation
of ME4SE based on the javax.comm API. |
| me4se.wma.d211enable |
true |
This property must be specified in order to initialize the Wireless Messaging API implementation
of ME4SE on top of the Nokia D211 multimode card. |
| me4se.wma.debug |
true |
This property must be specified in order to enable debug output of the WMA implementation. |
| me4se.wma.commport |
the javax.comm specifier for a given comport |
This property must be specified if me4se.wma.comenable is set
in order to set the comport used for communication with the GSM terminal. |
| me4se.wma.baudrate |
the javax.comm specifier for a given baudrate |
This property must be specified if me4se.wma.comenable is set
in order to set the baudrate of the comport used for communication with the GSM terminal. |
| me4se.rms.home |
a directory name |
This property must be specified in order to set an RMS directory where the
RecordStores of a MIDlet should be stored. Default is the current directory '.'. |