Create Python stubs for Java classes

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Markku H?nninen

    Create Python stubs for Java classes

    I have created a small utility to create Python stubs from Java classes using
    Jython. This is handy if you want to run PyChecker for your Jython application
    that uses Java classes. (As PyChecker won't run on Jython)

    I wrote this as a quick hack just for my own use, but others may find it useful
    too, so genjavaimports. py is available at:



    ---
    Markku Hänninen, hmm@iki.fi
Working...