Jython - Eclipse Plugin



PyDev is an open source plugin for Eclipse IDE to enable development of projects in Python, Jython as well as IronPython. It is hosted at https://pydev.org. A step-by-step procedure to install PyDev plugin in Eclipse IDE is given below.

Step 1 − Open Eclipse IDE and choose the Install New Software option from the Help menu.

Install New Software

Step 2 − Enter http://pydev.org/updates in the textbox in front of work with label and click add. Choose all available entries in the list and click on Next. The Wizard will take a few minutes to complete the installation and it will prompt the IDE to be restarted.

Available Software

Step 3 − Now choose the preferences option from the Window menu. The Preferences dialog will open as shown below.

Preferences

Step 4 − Expand the Interpreters node and select Jython Interpreter in the left pane. On the right pane, click on new to give path to the jython.jar file.

Jython Jar

We are now ready to start a Jython project using Eclipse.

Advertisements