JPype, Jython or JEPP?

Paul Boddie paul at boddie.org.uk
Wed Jun 25 10:24:02 EDT 2008


On 25 Jun, 16:10, RC <raymond.c... at nospam.noaa.gov> wrote:
> Dear Python Experts/Programmers,
>
> I'm going to write a Python program to
> access some Java class methods from our *.jar
> file.
> In your opinion, which way is the good (not the best)
> way to do that?

You've already listed some of the candidates from this page:

http://wiki.python.org/moin/ScriptingJava

One promising candidate is JCC, not least because the PyLucene project
is completely dependent on it.

Paul



More information about the Python-list mailing list