Jython Tutorial
Jython Useful Resources
Selected Reading
- 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 - A Project in Eclipse
Jython - A Project in Ecppse
To make a project in ecppse, we should follow the steps given below.
Step 1 − Choose File ? New ? Project. Choose PyDev from the filter dialog. Give project name, project type and cpck on Finish.
Step 2 − Hello project will now appear in the project explorer on the left. Right cpck to add hello.py in it.
Step 3 − An empty hello.py will appear in the editor. Write the Jython code and save.
Step 4 − Cpck on the Run button on the menu bar. The output will appear in the console window as shown below.
Advertisements