请给我一个建议,将netbeans的项目配置到eclipse IDE中.
解决方法
This answer总结一下:
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.
That will give you the base understanding to successfully set up your project in 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.
Go through the tutorials inHelp Contents > Java Development User Guide > Getting Started
. They are simple and short enough but will get you very far.
对于更高级的Netbeans项目(不完全是你的情况,但是我提到它的情况),有一个SOC proposal
The plugins models for Eclipse and NetBeans are very similar yet different.
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).
但是并没有太远:Matisse4MyEclipse更加成熟.