Tag Archives: compile

3 steps to dynamically compile, instantiate and run a Java class

The background:  sometimes we need to compile dynamic source code, and run the code.  Some common situation includes on a program contest evaluation system, on a dynamic business logic control,  on evaluation of dynamic math expression, or even on evaluation … Continue reading

Posted in java | Tagged , , | 2 Comments