Is there any way to compile and run .java file from sdcard at run time in android -


i want make ide offline, can write java programs in textarea in ui , save files in sd-card, problem not able execute using "process process = runtime.getruntime().exec(command);" , many apps doing need way this.

there several .java files placed in folder(test) in sd-card, there way can compile , run java code app @ run time.

like converting .java files .dex file android can read it.

i want know how can done programmatically have read several answers "is possible dynamically load library @ runtime android application?" "creating dex file java source code"

but nothing working. want jar files or method can job me.


Comments

Popular posts from this blog

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -