简体   繁体   English

Cconvert Netbeans 项目到 Eclipse 项目

[英]Cconvert Netbeans project to Eclipse project

I have developed a very big Java application in NetBeans.我在 NetBeans 中开发了一个非常大的 Java 应用程序。 Now I have Eclipse IDE, and I want to migrate my project from NetBeans to Eclipse IDE.现在我有了 Eclipse IDE,我想将我的项目从 NetBeans 迁移到 Eclipse IDE。 Is there any procedure for that?有什么手续吗?

Please give me an advice for configuring NetBeans project into Eclipse IDE.请给我一个将 NetBeans 项目配置到 Eclipse IDE 的建议。

I don't think there is a full automatic process for that.我不认为有一个全自动的过程。
This answer summarizes it well: 这个答案总结得很好:

The best thing for you to do is go through the tutorial in the Eclipse Help that teaches you how Projects are configured in Eclipse, including examples of several types of typical existing-project situations.最好的方法是阅读 Eclipse 帮助中的教程,该教程教您如何在 Eclipse 中配置项目,包括几种典型现有项目情况的示例。
That will give you the base understanding to successfully set up your project in Eclipse.这将为您提供在 Eclipse 中成功设置项目的基本理解。
The " From Ant build file " import is a nice attempt, but you have to realize it can't possibly interpret every kind of build, especially when it is not obvious what targets are really interesting. From Ant build file ”导入是一个不错的尝试,但您必须意识到它不可能解释所有类型的构建,尤其是当不清楚哪些目标真正有趣时。
Go through the tutorials in Help Contents > Java Development User Guide > Getting Started .浏览Help Contents > Java Development User Guide > Getting Started They are simple and short enough but will get you very far.它们既简单又足够短,但会让你走得很远。


For more advanced Netbeans projects (not exactly your situation, but I mention it there just in case), there was a SOC proposal对于更高级的 Netbeans 项目(不完全是你的情况,但我在那里提到以防万一),有一个SOC 提案

The plugins models for Eclipse and NetBeans are very similar yet different. Eclipse 和 NetBeans 的插件模型非常相似但又不同。
This project would provide the ability to run and embed a minimal NetBeans environment within Eclipse -- as Eclipse plugins-- , and support running NetBeans plugins like Matisse (Swing UI painter) or Coyote (dynamic languages toolkit).该项目将提供在 Eclipse 中运行和嵌入最小 NetBeans 环境的能力——作为 Eclipse 插件——,并支持运行 NetBeans 插件,如 Matisse(Swing UI 画家)或 Coyote(动态语言工具包)。

But it didn't go very far:Matisse4MyEclipse is much more mature.但它并没有走多远:Matisse4MyEclipse更加成熟。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM