java - Calling a midlet jar for retrieve data into a python code -
I have a JAR file midlet JAR file, which returns INT values according to some input data ...
The problem is, I have to get that INT value by calling the jar file (and sending the necessary input data to get the result data) through some python code. How can I get the functions and variables of the midlet jar file?
I try to decompress Java code to DRCom, but the result was useless.
Itemprop = "text">
The basic access to the Java code is , But I'm not sure that it supports MIDP.
Comments
Post a Comment