What is the best way to call Java code from Python? -
I have a Java class library (third party, ownership) and I want to call my dragon script my actions to do. I already have a Java code that uses this library. What is the best way to achieve this?
Can you run your current Python script down? If so, then perhaps this is the best way, because the Java Library can directly appear in the form of Javothan objects.
Upon consideration, several solutions are listed.
Comments
Post a Comment