IntelliJ IDEA Keeps Eclipse Projects in Sync - Part II
In the previous post we have discussed the basic integration between IntelliJ IDEA and Eclipse. What is most important, is the ability to keep the project structure synchronized between both IDEs.
Now, we have a project already imported. What shall we do to make libraries and dependencies available to the projects in IntelliJ IDEA and Eclipse? IntelliJ IDEA suggests a special setting that helps track changes in the project structure.
Open the Project Settings dialog (Ctrl+Alt+S-> 1) and click Modules:

In the Dependencies tab, make sure that the dependencies are stored in Eclipse format:

Now let’s see how it works. Add an archive to one of the modules in your IntelliJ IDEA project:

The new archive is properly added to the Eclipse .classpath file:

When you open the same project in Eclipse, you can explore its properties and find the newly added dependency in the right place:
The reverse action is also available: if a library is added in Eclipse, it becomes available in the synchronized IntelliJ IDEA project.
Enjoy!- Login or register to post comments
- 2689 reads
- Printer-friendly version
(Note: Opinions expressed in this article and its replies are the opinions of their respective authors and not those of DZone, Inc.)









