home *** CD-ROM | disk | FTP | other *** search
/ Internet CD 2004 November / MICD_2004_11.iso / Webmaster / Excel / xlew3_html.exe / j2me_emulators.txt < prev    next >
Encoding:
Text File  |  2003-10-19  |  1.4 KB  |  32 lines

  1. // no commas allowed in this files!
  2.  
  3. // Default location of emulators
  4.  
  5. // first line: comment
  6.  
  7. // second line: name
  8.  
  9. // third line: path to file. if this file exists. the user can select this emulator
  10.  
  11. // fourth line: complete command line. 
  12.  
  13. //    %java% will be replaced by the Java-path. 
  14.  
  15. //    %midlet% will be replaced by midlet-name 
  16.  
  17. //    %jar% and %jad% will be replaced with complete path 
  18.  
  19. //    add quotes around executable if path contains spaces
  20.  
  21. // before calling with cmd /c ....
  22.  
  23. // J2ME Wireless Toolkit version 1.0.4_01
  24.  
  25. SUN's default device (1.0.4)
  26.  
  27. C:\WTK104\bin\emulator.exe
  28.  
  29. C:\WTK104\bin\emulator.exe -classpath "C:\WTK104\lib\midpapi.zip;%jar%" %midlet%
  30.  
  31. // Nokia 7210
  32.  
  33. Nokia 7210
  34.  
  35. C:\Nokia\Devices\Nokia_7210_MIDP_SDK_v1_0\bin\7210.exe
  36.  
  37. "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%
  38.  
  39. // SonyEricsson 
  40.  
  41. SonyEricsson
  42.  
  43. C:\SonyEricsson\J2ME_SDK_11\WTK104_01\bin\emulator.exe
  44.  
  45. C:\SonyEricsson\J2ME_SDK_11\WTK104_01\bin\emulator.exe -classpath "%jar%" %midlet%
  46.  
  47. // J2ME Wireless Toolkit version 2
  48.  
  49. SUN's default device (2.0)
  50.  
  51. C:\WTK20\bin\emulator.exe
  52.  
  53. C:\WTK20\bin\emulator.exe -classpath "C:\WTK20\lib\midpapi.zip;%jar%" %midlet%
  54.  
  55. // Siemens M55
  56.  
  57. Siemens M55
  58.  
  59. C:\siemens\SMTK\emulators\M55\bin\emulator.exe
  60.  
  61. C:\siemens\SMTK\emulators\M55\bin\emulator.exe -classpath "%jar%" %jad%
  62.  
  63.