How does intellij use .classpath files?

Answered

Does intellij use .classpath files?  (Generated in eclipse).   

 

If so how?

 

 

0
4 comments

IntelliJ IDEA can import Eclipse projects and store dependencies in Eclipse .classpath format, see https://www.jetbrains.com/help/idea/import-project-from-eclipse-page-1.html.

0

If the container entry in the .classpath file is incorrect. Does intellij provide any way to correct it without backporting to eclipse and reimporting the .classpath file?

0

No, it either stores everything in .classpath or it imports and stores it in IntelliJ IDEA project format. There is no middle ground here and you can't override/adjust Eclipse .classpath with something stored differently.

0

Ok.  Thanks!  We should be using a build tool anyway.  That answers my question.  Thank you.

 

0

Please sign in to leave a comment.