Custom Classpath for an Application
I'm trying to run multiple applications in the same module that use different incompatible classpaths (they use different versions of a Spring file, for example). From the forums, it looks like IntelliJ supports this through multiple modules:
http://www.jetbrains.net/devnet/message/5143816#5143816
Is this still the case? Is there still no way to tweak the classpath for an application?
This would seem to be a barrier for Eclipse integration.
请先登录再写评论。
Creating an extra module for the classpath of the executable caused me to run into strange compilation errors. I would not recommend it as a solution to this problem.