Viewing and Editing Project Properties
Running Projects in the Emulator
Searching the WURFL Device Database
Finding Files in the Multiple User Environment
Manage Device Addresses (device-address)
Build a Project from the Command Line
Packaging a MIDLet Suite (JAR and JAD)
Command Line Security Features
Change the Default Protection Domain
Running the Payment Console From the Command Line
Virtual Machine Memory Profiler (Java Heap Memory Observe Tool)
Run the Java Heap Memory Observe Tool
JSR 82: Bluetooth and OBEX Support
JSR 135: Mobile Media API Support
JSR 177: Smart Card Security (SATSA)
JSR 205: Wireless Messaging API (WMA) Support
JSR 211: Content Handler API (CHAPI)
JSR 226: Scalable 2D Vector Graphics
JSR 238: Mobile Internationalization API (MIA)
JSR 256: Mobile Sensor API Support
MEKeyTool manages the public keys of certificate authorities (CAs), making it functionally similar to the keytool utility that comes with the Java SE SDK. The keys can be used to facilitate secure HTTP communication over SSL (HTTPS).
Before using MEKeyTool, you must first have access to a Java Cryptography Extension keystore. You can create one using the Java SE keytool utility.
Mac
http://java.sun.com/javase/6/docs/technotes/tools/solaris/keytool.html
To run MEKeyTool, open a command prompt, change the current directory to installdir\bin, and enter the following command:
mekeytool -command
|
The command keywords follow.
The Java ME Platform SDK contains a default ME keystore called _main.ks, which is located in the installdir\runtimes\cldc-hi-javafx\appdb. This keystore includes all the certificates that exist in the default Java SE platform keystore that comes with the Java SE installation.
Also, each emulator instance has its own _main.ks file located in userhome/javme-sdk/3.0/work/emulator-instance/appdb.If you do not specify a value for MEKeystore, a new key is added to the default ME key for this emulator instance.
If you do not specify a value for -keystore, the default keystore is used:
/Users/uname/keystore.ks
-help
Prints the usage instructions for MEKeyTool.
-import -alias alias [-keystore JCEkeystore][-MEKeystore filename] [-storepass storepass] -domain domain-name
Imports a public key into the ME keystore from the given JCE keystore using the given Java Cryptography Extension keystore password. and the default Java Cryptography Extension keystore is user.home\.keystore.
-list [-MEKeystore filename]
Lists the keys in the ME keystore, including the owner and validity period for each.
-delete (-owner owner | -number key-number)[-MEKeystore filename]
Deletes a key from the given ME keystore with the given owner.