The Windows Mobile system cannot directly manage Java Plug-ins. You need to use Java virtual machines to manage Java Plug-ins. Common Java virtual machines on the WM platform include jbed and jblend. The following section briefly introduces the Java Plug-in for WM platform management.
1. jbed
Esmertec products, the external command management method is:
Install:/Windows/jbed.exe-dfile. maxstoragesize = 64 m-ginstall/"file: // % 1/" (% 1 is the path of the plug-in installation package ).
Start:/Windows/jbed.exe-run S14 _ (S14 _ is the number of the running file/Windows/appdb/S14 _. Jah ).
Uninstall: delete the files starting with S14 _ in the/Windows/appdb directory and modify the corresponding boot content in the selector. UTF file.
2. jblend
For aplix, a Japanese company, the external command management method is as follows:
Install:/Windows/jblend_ams.exe-I <% 1> (% 1 is the path of the plug-in installation package ).
Start:/Windows/jblend_ams.exe-R % 1 (% 1 is the path of the plug-in running package, for example,/Windows/Java/0.jar ).
Uninstall: delete files starting with "0" in the/Windows/Java directory and modify the corresponding boot content in the suites. idx file ..