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:
- Jython scripts to be run in Tests dir
- Java custom libs as
jar
files in Java Libs dir
In general, what are the differences between eclipse
and intellJ
approach to project configuration?