I have a JAR file midlet JAR file, which returns an INT value according to some input data...
Problem is, i need to get that INT value by calling the jar file via some python code (and send the required input data to get the result data). How can i access the functions and variables of a midlet JAR file?
I try to decompile JAR into java code, but result was useless. Somehow, i need to get the code or get the related data that evaluated by JAR file?
Is it possible? If so, how can i do?