开发者

Migrate Java web project from netbeans to eclipse

I have looked at some forums on how to migrate Netbean’s java project to eclipse. But I was looking for a way how to migrate Netbean’s java web project (I used JSF and Primef开发者_如何学编程aces) to eclipse. Since the project is not that much big, I will also dedicate my time to do it manually. But, I have not sure on how to do that. Should I have to move just packages, classes, jar files and xml files manually? I don't have a knowledge in maven or scripting as well.

Thank you for your help guys.


Convert your application to a Maven application, that way you can have portability between any of the major IDEs.

If you haven't done anything odd with your build scripts then its as easy as copying and pasting into your new project.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜