I want to know if there is any way to convert a String to Java compilable code.
String
I have a comparative expression saved in a database field. I want to re
StringEscapeUtils.escapeJava from Commons Lang may help if you want to generate a piece of compilable code and dump a string there.