genjavaimports - create Java class stubs for Python

Pychecker won't run on Jython and if you want to run it on a Jython application using Python you will need Python stubs for the Java classes.
This is a small utility that does the generation of the stubs. Just ensure that you have jython runnable and the classes are in JAR's that are in your CLASSPATH environment variable.

Usage: genjavaimports.py java.lang.Object

Get genjavaimports.py here.

If you find something useful here I'd be happy to hear about it.