选择“run main project via OTA”时,模拟器在安装时出现错误,j2mesdk 出现以下错误提示: 这是第二次碰到这个问题了
Jad URL for OTA execution: http://localhost:8083/servlet/org.netbeans.modules.mobility.project.jam.JAMServlet/E%3A/develop/j2me/begain/dist//begain.jad
Starting emulator in execution mode
Installing suite from: http://127.0.0.1:4160/begain.jad
*** Error ***
A problem occured during deploying application from http://127.0.0.1:4160/begain.jad
Reason:
Uknown error: InvalidJadException: Reason = 36
Cannot process "-Xjam:run=" command.
You must supply a parameter for "run" command!
Syntax:
emulator [arguments]
In order to get commands supported by given device run:
emulator.exe -Xdevice:<device name> -Xquery
Generic list of arguments is:
-version Display version information about the emulator
-help Display list of valid arguments
-classpath, -cp The class path for the VM
-D<name>=<value> Set a system property
-Xdebug Use a remote debugger
-Xrunjdwp:[transport=<transport>,address=<address>,server=<y/n>
suspend=<y/n>]
Debugging options
-Xdevice:<device> Select a device skin for the emulator
-Xdomain:<domain_name>
Set the MIDlet suite's security domain
-Xquery Print device information
-Xjam[:install=<JAD file url> | force | list | storageNames |
run=[<storage name> | <storage number>] |
remove=[<storage name> | <storage number> | all]]
Java Application Manager and support
for Over The Air provisioning (OTA)
-Xautotest:<JAD file url>
Run in autotest mode
-Xdescriptor:<JAD file name>
The JAD file to be executed
E:\develop\j2me\begain\nbproject\build-impl.xml:629: Execution failed with error code 1.
BUILD FAILED (total time: 26 seconds)