JPythonJB

Introduction

JPythonJB is a JBuilder OpenTool which integrates JPython into JBuilder 3.5. 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

Installation

Installation is really simple:

  1. Install JPython.
  2. Put jpythonjb.jar or jpythonjb-jb4.jar (for JBuilder 4) in your JBuilder/lib/ext directory.
  3. Put jpython.jar from your JPython installation in your JBuilder/lib/ext directory.
  4. Edit your JBuilder/bin/JBuilder.config file and add the following line edited to point at your JPython directory:
    vmparam -Dpython.home=/usr/java/jpython
  5. Restart JBuilder.

Download