我无法将 Mobile SDK (Sun Wireless Toolkit) 添加到 IntelliJ IDEA
我安装了 IntelliJ IDEA 10.3 Community Edition 和 JDK 1.6,它在 Android 开发中运行良好。
现在我正在尝试开发 J2ME 应用程序,我安装了 Sun WTK 3.0,但无法将其添加到 IDEA,因为“项目结构”对话框中没有“添加移动 SDK”选项。
I have IntelliJ IDEA 10.3 Community Edition installed along with JDK 1.6 which has been working fine for Android development.
Now that I am trying to develop J2ME applications, I installed Sun WTK 3.0, but I am unable to add it to IDEA since there is no "Add mobile SDK" option in Project Structure dialog.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Java ME 插件在社区版中不可用。它应该可以从
设置
| 获取。插件
,但由于某种原因它没有在那里发布。解决方案是下载终极版并复制
IDEA_UE/plugins /j2meplugin
到IDEA_CE/plugins
。此问题有一个未解决的问题。
Java ME plug-in is not available in the Community Edition. It is supposed to be available from
Settings
|Plugins
, but for some reason it was not published there.The solution would be to download and Ultimate Edition and copy
IDEA_UE/plugins/j2meplugin
intoIDEA_CE/plugins
.There is an open issue for this problem.