|
From: Diez B. R. <de...@we...> - 2007-06-12 17:21:54
|
lc...@cs... schrieb: > Hello, > > Thanks for the answers. > > I have a third party java library that I need to use in an application > implemented in python. I thought jython could be the alternative, but I > am not sure of that now considering the answers I have received. > Anybody think there is a a way of doing this with jython?. Otherwise, > is there any other alternative?. Unless you python app can fully run under Jython - no, Jython won't help. But there are alternatives, e.g. JPype which bridges CPython with java. Diez |