Eclipse无法打开java me透视图

时间:2012-11-28 11:34:52

标签: eclipse java-me

我想学习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的移动工具
  • 移动工具 for Java Examples

当我选择时:Window> Open Perspective> Other 没有Java ME选项。有谁知道为什么没有显示该选项?

1 个答案:

答案 0 :(得分:2)

我不确切知道原因,但MTJ不会与Juno一起运行。如果您喜欢Eclipse,请使用Indigo进行尝试 您考虑过使用NetBeans吗?