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

Popular posts from this blog

Is there an open source WebSockets (JavaScript) XMPP library? -

java - Is there an object like a "Set" that can contain only unique string values, but also contain a count on the number of occurrences of the string value? -

iphone - How do I make a UIPickerView in a UIActionSheet -