Tagged Questions
10
votes
6answers
4k views
On-the-fly, in-memory java code compilation for Java 5 and Java 6
How can I compile java code from an arbitrary string (in memory) in Java 5 and Java 6, load it and run a specific method on it (predefined)?
Before you flame this, I looked over existing ...