私は過去 5 時間、私の Java ME アプリケーションをうまくコンパイルできるようにしようとしてきました。
システム:
W7 64X
NetBeans 7.0
Java JDK 32X
エラーメッセージ:
エラー コード 1 で実行に失敗しました。
私はそれを修正しようとして次のことをしました。
DEP にrunMidletを追加しました。ウイルス対策/ファイアウォールをオフにしました。プロリーに5回再インストールして再起動しました。
そしてグーグルで見つけたもの。
Please edit <javamesdk_installdir>\toolkit-lib\modules\bootstrap\conf\system.properties and reconfigure the device-manager.object-registry.host=localhost to: device-manager.object-registry.host=127.0.0.1
And one other thing that can be the causes for this issue is the Port 1299 might be taken
Please edit <javamesdk_installdir>\toolkit-lib\modules\bootstrap\conf\system.properties and change
device-manager.object-registry.port=1299 to: device-manager.object-registry.port=1999
開始してから変更された唯一のことは、10 秒後にエラーが発生し、24 秒後にエラーが発生するようになったことです。
どんな種類の助けも大歓迎です!