BrianZimmer, incept: 2005-01-31

This is an introduction to developing Jython, just to get someone started. It doesn't cover in any depth the source code or the design behind Jython. It's purely aimed at getting a development environment setup. It's definitely not complete so feel free to email me when you find something that's wrong or missing.

CVS

Python

JavaCC

JavaCC

Ant

build.compiler=modern
debug=on
optimize=off

javaccHome=/Users/bzimmer/Library/Java/Extras/javacc-3.2

ht2html.dir=
#python.home=
python.lib=/sw/lib/python2.2
python.exe=/sw/bin/python2.2

### zxJDBC ###
oracle.jar=
mysql.jar=/Users/bzimmer/Library/Java/Extras/mysql-connector-java-3.1.6-bin.jar
informix.jar=
postgresql.jar=/Users/bzimmer/Library/Java/Extras/pg74.215.jdbc2.jar
jdbc.jar=
servlet.jar=

Jars

IDEs

Tests

Directory layout

com : zxJDBC related sources" Demo : demo sources for the website and such" Doc : the website documentation" installer : the current installer which apparently no longer works" Lib : the python source files for Jython standard library implementations Lib/test : test cases Misc : random scripts which are not all used; some generate source org : top level package for python and apache (used for regex) Tools : JythonC and Freeze


Notes


CategoryJython

CategoryJythonHacking