Hi all,
Could you suggest me how to run a python script file from j2me application.
Regards,
Krishna.
Hi all,
Could you suggest me how to run a python script file from j2me application.
Regards,
Krishna.
Hello,
Check this
Regards,
Dinanath
It's a matter of attitude.
Hi,
Yery thankful to your reply.
I studied about the platformRequest() method which is mostly used to call to a number or browse a URL, as per my understanding.
But can i run any ".py" file in j2me application just like the Runtime's exec() method in java.
For example in java:-
Runtime.getRuntime().exec("cmd /c python.exe test.py");
In the similar way, do we have any function or round about solution in j2me to do this?
Regards,
Kishan.