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
Post a Comment