- Jython - Dialogs
- Jython - Menus
- Jython - Event Handling
- Jython - Layout Management
- Jython - Using the Swing GUI library
- Jython - JDBC
- Jython - Servlets
- Jython - NetBeans Plugin & Project
- Jython - A Project in Eclipse
- Jython - Eclipse Plugin
- Jython - Java Application
- Jython - Package
- Jython - Modules
- Jython - Functions
- Jython - Loops
- Jython - Decision Control
- Jython - Using Java Collection Types
- Jython - Variables and Data Types
- Jython - Importing Java Libraries
- Jython - Installation
- Jython - Overview
- Jython - Home
Jython Useful Resources
Selected Reading
- Who is Who
- Computer Glossary
- HR Interview Questions
- Effective Resume Writing
- Questions and Answers
- UPSC IAS Exams Notes
Jython - Ecppse Plugin
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
. 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.
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.
Step 3 − Now choose the preferences option from the Window menu. The Preferences dialog will open as shown below.
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.
We are now ready to start a Jython project using Ecppse.
Advertisements