Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to import a Jdeveloper java project in eclipse?

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.

like image 530
Dagosi Avatar asked Nov 08 '11 19:11

Dagosi


People also ask

How do I add a project to JDeveloper?

So you should create an application first and then go to File -> Open -> Project and open it. You should upgrade to JDeveloper 11g that is really better than 9g, unless this project is tightly related with a 9g technology. The most appropriate place to get good answers is JDeveloper 11g Technology Preview Forum.


1 Answers

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.

like image 174
r0ast3d Avatar answered Sep 21 '22 15:09

r0ast3d