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.
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.
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.
Steps, I took after some searching and seeing this answer to migrate jdeveloper application to eclipse is following :
Now, Just solve remain compile time and run time error. that's it.
hope this is helpful
Maybe you could try to make empty Java project. After that open file browser, go to workspace directory (in my computer this is under /home/biske/workspace), find this empty project and copy source from JDeveloper project into this newly created empty Java project.