jruntime library is released.
Jruntime is java library that makes easier access to API of compiler. That let to us to create java code from the run-time generated source code and execute it at once.
jruntime - java library that makes easier access to API of compiler.
Helion-Prime company is an adept of open source systems. We widely use such solutions and always try to enhance them as much as we can.
In our daily work we create some internal rough-and-rapid solutions which we glad to share with community.
jruntime is java library that makes easier access to API of compiler. That let to us to create java code from the run-time generated source code and execute it at once.
For example:
RuntimeClass myClass = new RuntimeClass(
"public class MyClass {"+
" public String toString() {"+
" return \"MyClass\";" +
" }"+
"}");
System.out.println(myClass.newInstance());
Helion-Prime Solutions Ltd. founded in 2004 is the software services outsourcing provider.
We help our customers to create professional enterprise systems, test, support, integrate open source software, and adopt modern software development methodologies like: Agile, XP, Scrum.