将netbeans项目转换为eclipse项目
我使用 netbeans 开发了一个 j2me 应用程序。现在由于某些原因我想将其转换为 Eclipse 项目。我已经在 eclipse 中安装了插件 EclipseME 。请帮我。
谢谢
I have developed one j2me application using netbeans. And now for some reasons i want to convert it into eclipse project. I have installed plugin EclipseME
in eclipse. Please help me.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
下载 sun java 工具包 或 Java ME SDK 3.0,然后与 Eclipse 集成。
转到文件并选择导入选项。导入窗口在屏幕上打开。这里展开 Java ME 并打开 Netbeans 项目。选择netbeans项目根目录并单击完成按钮。它会自动将 netbeans 项目转换为 eclipse 项目。
文件->导入-> Java ME-> Netbeans 项目 -> netbeans项目根目录->完成
Download the sun java toolkit or Java ME SDK 3.0 and then integrate with Eclipse.
Go to the file and select the import option. import window open on the screen. Here expand the Java ME and open the Netbeans Project. Select the netbeans project root directory and click the finish button. It automatically convert netbeans project to eclipse project.
File -> import -> Java ME -> Netbeans Project -> netbeans project root directory -> finish