JBJython

Introduction

JBJython is a JBuilder OpenTool which integrates Jython (the new python java port) into JBuilder 5. It is based on a previous OpenTool JPythonJB, that is still used for earlier versions of JBuilder and JPython. One can use Python commands to manipulate JBuilder in various ways: add menu items, add files to projects, scan source files, etc. The source archive includes examples.

 

Features

Requirements

(For JBuilder 3.5 and 4 you can always use JPythonJB. If you do find that the tool the current version does work with versions prior to  )

Installation

Installation is really simple:

  1. Install Jython .
  2. Put both JBJython.jar and JBJython.config in your <JBuilder>/lib/ext directory.
  3. Edit your JBJython.config to point to where your jython binaries are installed:
        addpath <jython>/jython.jar
    For example:
        addpath D:/jython-20/jython.jar
  4. Restart JBuilder.

Download

License

Free and Open Source under GNU Public License agreement, see the COPYING file or the GNU web site.

Feedback/Contribute

There are many more features that can be added. There are many fixes to fix. If you think you can help, please do so. Also, for bugs and feature requests, you can contact the project developers .

Thanks for sourceforge for hosting this project.
SourceForge Logo