简体   繁体   中英

Convert IntelliJ IDEA project to Eclipse

I am trying to export IntelliJ IDEA 14 project to Eclipse (a console hello world template with JUnit) using "Export to Eclipse" in menu, but when I import it in Eclipse (4.4.1) via Import—>Existing Projects Into Workspace it says

Unbound classpath variable: 'APPLICATION_HOME_DIR/lib/junit-4.11.jar

Without JUnit it works fine.

The import fails because your project references the JUnit jar from the IntelliJ IDEA distribution. You need to put the jar under your own project directory.

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