Hi, I am trying to call Python scripts from java and I do not wish to use Jython as it does not support a number of Pythons built in modules. Any suggestions?
I think that standard Python can interact with C/C++ dll files (if Windows app). If I'm right then you can use a C/C++ program and Java's JNI library to possibly bridge Python and Java.
Forum Rules
Bookmarks