0

私はJavaを学びたいです。必要なものをダウンロードするために、次のサイトにアクセスしました。私の Eclipse バージョンはJunoです。

私は次のことをしました:

Eclipse Juno
The Oracle Java ME SDK requires the MTJ toolkit, but it is not bundled with Juno and it must be installed manually. Therefore, install MTJ toolkit first.

    Go to Help > Install New Software.
    In the "Work with" field, enter this URL: http://download.eclipse.org/releases/indigo
    Click Add. When the plugins are discovered, open the Mobile and Device Development Tools hierarchy and check Mobile Tools for Java Examples, Mobile Tools for Java SDK, and Mobile Tools for Java Examples. Click Next. On the installation screen select all plugins and click Finish.
    A Juno plugin named org.eclipse.jetty.server_(version).jar conflicts with the MTJ libraries when the plugin version is higher than 6. If it is you must prevent it from loading by changing its name so the Jar file is not parsed. For example, change it to: org.eclipse.jetty.server.old
    To open the device selector, select Window > Open Perspective > Other and select Java ME.

MTJ は、インストールが必要な 3 つのパッケージと共にインストールされます。

  • Java の例のためのモバイル ツール
  • Java SDK 用のモバイル ツール
  • Java の例のためのモバイル ツール

私が選択した場合: Window> Open Perspective> Other Java ME オプションはありません。そのオプションが表示されない理由を誰か知っていますか?

4

1 に答える 1

2

正確な理由はわかりませんが、でMTJ実行されませんJuno。よろしければ でおEclipse試しくださいIndigo
の使用を検討しましたNetBeansか?

于 2012-11-29T11:20:28.970 に答える