I am currently working on a Java project in eclipse and I use Jython to test it.
I would like to use Pydev so that my changes in the Java project are reflected when I run the jython script that runs the Java code.
I don't know how to do that, the import of the Java package fails. It should have to do with referencing the Java Project, but I can't make sense of the FAQ section "How do I reference Java projects with Jython?" and in particular I don't understand the sentence: "(to add the nature to a project, you have to open a python file within it with pydev)."
Help appreciated, thanks!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am currently working on a Java project in eclipse and I use Jython to test it.
I would like to use Pydev so that my changes in the Java project are reflected when I run the jython script that runs the Java code.
I don't know how to do that, the import of the Java package fails. It should have to do with referencing the Java Project, but I can't make sense of the FAQ section "How do I reference Java projects with Jython?" and in particular I don't understand the sentence: "(to add the nature to a project, you have to open a python file within it with pydev)."
Help appreciated, thanks!