How to run python scripts in Java. This project will build a JNI interface that loads up a Python interpreter and then executes the simple Python script through the JVM.
This example is stupidly simple but shows the minumum necessary to get something to work.
The simplest JNI example I could muster up.
make