Eclipse import working, EXCEPT...
I use Eclipse-based IBM Application Developer, and my WARs use EAR-packaged JARs. This means that the classpath for each WAR looks for JARs in the EAR project.
The Eclipse project for an EAR does not have a classpath, so the import is not working. IntelliJ throws an error saying that there is no .classpath file.
So I tried creating a new EAR project just within IntelliJ, but the JAR paths still will not resolve.
Any suggestions? Is this something to be addressed at all?
Thanks,
Clint
请先登录再写评论。