简体   繁体   中英

How to import IntelliJ project into Eclipse

I am trying to export a java project from IntelliJ to Eclipse by using the "export to eclipse" option in IntelliJ but I get the following error:

"Eclipse incompatible modules found" in a dialog box occured.

How can I solve it?

To convert an IntelliJ IDEA module to the Eclipse-compatible format, follow these steps:

  • On the main menu, choose "File" | "Project Structure", or press "Ctrl+Shift+Alt+S".
  • In the "Project Structure Dialog" dialog, select the module you want to convert.
  • Switch to the "Dependencies Tab" tab.
  • From the Dependencies storage format drop-down list, select Eclipse (.classpath).

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM