Python code in Java
807603Feb 11 2008 — edited Feb 12 2008Hello,
I have a python script that accesses to a serial device to read/write data. Now I would like to build a JAVA application that extend this script. I can call this script as a program java? I should create a Java application that interact with the user and writes on this device using python script already in my possess. I do not wish rewrite the script python in Java.
I have used JEPP e Jython.........other ?