home *** CD-ROM | disk | FTP | other *** search
- // no commas allowed in this files!
-
- // Default location of emulators
-
- // first line: comment
-
- // second line: name
-
- // third line: path to file. if this file exists. the user can select this emulator
-
- // fourth line: complete command line.
-
- // %java% will be replaced by the Java-path.
-
- // %midlet% will be replaced by midlet-name
-
- // %jar% and %jad% will be replaced with complete path
-
- // add quotes around executable if path contains spaces
-
- // before calling with cmd /c ....
-
- // J2ME Wireless Toolkit version 1.0.4_01
-
- SUN's default device (1.0.4)
-
- C:\WTK104\bin\emulator.exe
-
- C:\WTK104\bin\emulator.exe -classpath "C:\WTK104\lib\midpapi.zip;%jar%" %midlet%
-
- // Nokia 7210
-
- Nokia 7210
-
- C:\Nokia\Devices\Nokia_7210_MIDP_SDK_v1_0\bin\7210.exe
-
- "C:\Nokia\Devices\Nokia_7210_MIDP_SDK_v1_0\bin\7210.exe" -parent_port 2810 -language English -classpath "C:\Nokia\Devices\Nokia_7210_MIDP_SDK_v1_0\lib\classes.zip;%jar%" %jad%
-
- // SonyEricsson
-
- SonyEricsson
-
- C:\SonyEricsson\J2ME_SDK_11\WTK104_01\bin\emulator.exe
-
- C:\SonyEricsson\J2ME_SDK_11\WTK104_01\bin\emulator.exe -classpath "%jar%" %midlet%
-
- // J2ME Wireless Toolkit version 2
-
- SUN's default device (2.0)
-
- C:\WTK20\bin\emulator.exe
-
- C:\WTK20\bin\emulator.exe -classpath "C:\WTK20\lib\midpapi.zip;%jar%" %midlet%
-
- // Siemens M55
-
- Siemens M55
-
- C:\siemens\SMTK\emulators\M55\bin\emulator.exe
-
- C:\siemens\SMTK\emulators\M55\bin\emulator.exe -classpath "%jar%" %jad%
-
-