java support

Steffen Ries steffen.ries at sympatico.ca
Sun Nov 19 13:53:18 EST 2000


cmena at my-deja.com writes:

> hi all,
> are there any python modules that would allow one to script java
> objects? i don't mean a python interpreter in java, like jpython, but a
> c/c++ module that would call java object's methods through the
> reflection api. tcl has something called jacl that does this, but at
> this point i've decided to go with python for this project.  any ideas?
> thanks in advance.

If you are looking for something like jacl, then jpython *is* what you
are looking for.

Jython allows you to call java objects from within a Python script.

/steffen
-- 
steffen.ries at sympatico.ca	<> Gravity is a myth -- the Earth sucks!



More information about the Python-list mailing list