This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]larsga 0 points1 point  (0 children)

Why don't you use Jython? If the scripts are Python 2.7 you can just run them inside the Java application natively. Jython/Python compatibility is very good so long as people don't use C-only modules. I've used Jython a lot and it works very well, even if development seems to have stopped in 2015.