Hello,
I was wondering if Java supports a feature of C# (or .NET in general),
namely compiling code at runtime.
This is nice for scripting purposes. Users can script the application in
real programming languages (such as C#, VB.NET, ...). This is done using
the System.CodeDom. Compiler namespace, if I recall correctly.
Is such a feature available for any version of Java (perhaps JDK 1.5 beta
1)? Ofcourse it would then only be able to compile Java code.
Thanks in advance!
--
Jo Vermeulen
Student Computer Science at the tUL
email: jo@lumumba.luc. ac.be
www: http://lumumba.luc.ac.be/jo
I was wondering if Java supports a feature of C# (or .NET in general),
namely compiling code at runtime.
This is nice for scripting purposes. Users can script the application in
real programming languages (such as C#, VB.NET, ...). This is done using
the System.CodeDom. Compiler namespace, if I recall correctly.
Is such a feature available for any version of Java (perhaps JDK 1.5 beta
1)? Ofcourse it would then only be able to compile Java code.
Thanks in advance!
--
Jo Vermeulen
Student Computer Science at the tUL
email: jo@lumumba.luc. ac.be
www: http://lumumba.luc.ac.be/jo
Comment