How to import a Jdeveloper java project in eclipse?

Dagosi picture Dagosi · Nov 8, 2011 · Viewed 12.4k times · Source

I have a java project in Jdeveloper, but I want to migrate this project to a eclipse java project, Do you know how to do that?, or Do I have to import it manually?.

Thanks in advance.

Answer

r0ast3d picture r0ast3d · Nov 8, 2011

Typically projects have a structure if it is a web based project or a java project, it has its structure , you should be able to import your project using File -> import. There could be specific properties file that were part of JDeveloper that you may want to ignore or manually delete them before importing it.