English 中文(简体)
Jython - Eclipse Plugin
  • 时间:2024-12-22

Jython - Ecppse Plugin


Previous Page Next Page  

PyDev is an open source plugin for Ecppse 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 Ecppse IDE is given below.

Step 1 − Open Ecppse 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 cpck add. Choose all available entries in the pst and cpck 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, cpck on new to give path to the jython.jar file.

Jython Jar

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

Advertisements