How to call python function from java code without use of jpython -


i trying call python code java code , without use of jpython, code contains numpy, scipy , other module not available on jpython, more on want create api of python code java.

do want them run in 2 different processes? if yes, can consider inter process communication socket programming.


Comments

Popular posts from this blog

sql - invalid in the select list because it is not contained in either an aggregate function -

Angularjs unit testing - ng-disabled not working when adding text to textarea -

How to start daemon on android by adb -