The JDeveloper Python addin integrates support for
the Python language into the JDeveloper IDE, providing syntax highlighting
for .py files, the ability to interpret .py files in the IDE and the Python
Console, which can be used to interactively enter commands in python.
Installation Instructions
This addin requires Jython, the Java Python interpreter.
To install Jython:
Download and extract Jython from http://www.jython.org. The addin
was developed against Jython 2.1.
Copy jython.jar and the Lib directory from under
your Jython installation to the JDeveloper path [jdeveloper-root]/jdev/lib/ext
To install the Python Extension:
Download the zip file.
Extract the two JAR files into the [jdeveloper-root]\jdev\lib\ext
directory.
Restart JDeveloper for the changes to take effect.