Is there any way that I can execute arbitrary Java code from a String like Sql.exect(String). Is there something like Java.exect(String). Can anyone point me to a command or simple tutorial?
2 Answers
1 Comment
Mohammad Rababah
is this work for android code like textviwe for example
2 Comments
Mohammad Rababah
does this work in android well for example i want String s = "int y = 3+6;" then something like Run(x)
Seraphis
Ok, It's not for Android. For that check this answer: stackoverflow.com/questions/17538537/…