On 25 Jun, 16:10, RC <[EMAIL PROTECTED]> 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 -- http://mail.python.org/mailman/listinfo/python-list