7
votes
6answers
813 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 e …
0
votes
0answers
62 views
CodeDOM & .Net Modules
How do I programmatically embed a .Net module to the assembly generated by CodeDOM?
7
votes
7answers
1k views
Where would you use C# Runtime Compilation?
I happened upon a brief discussion recently on another site about C# runtime compilation recently while searching for something else and thought the idea was interesting. Have you …
