Reputation: 95
im having little trouble with setting up Jython project in IntelliJ Idea
with python plugin. Is there someone who knows how to do it correctly and can provide step by step instructions or support? Same project set up in Eclipse
is working correctly but in Idea is having problems probably with Java integration.
Project consists:
jar
files in Java Libs dirIn general, what are the differences between eclipse
and intellJ
approach to project configuration?
Upvotes: 3
Views: 1616
Reputation: 95
Ok, again i will answer myself. We've managed to pin down problem, it turns out that IDEA probably is loading external libraries dif ferently, because it was using wrong lib (form jdk instead from our external lib). I've managed to use "endorsed" directory under jdk and now its working correctly. This How to use endorsed topic has some more info about how to achieve that.
Upvotes: 2