Total Pageviews

Sunday 1 June 2014

jython console

Jython Console is a Jython Interactive Interpreter that adds Code Completion.

Check out the screenshots.
Jythonconsole-0.0.7 works with Jython 2.5
Requirements
Installation
  • Download jythonconsole-0.0.7.zip
  • Unzip the archive
  • Open a terminal or cmd prompt
  • cd jythonconsole-0.0.7
  • jython console.py
Hints
  • <tab>
    and
    <enter>
    choose method completion
  • remember to use the keyboard not the mouse
  • <esc>
    makes the popup go away.
Credits
This project moved here from the old site.

from http://code.google.com/p/jythonconsole/