Archiv des Tags ‘JDK SE 6’

Kompilieren von Javacode in einem Javaprogramm

Donnerstag, den 14. Februar 2008

Ein sehr interessanter Artikel:

With the new Compiler API introduced in the JDK SE 6 it is possbile to compile Java code in a Java program.

You start by making an instances of Java Compiler and Java File Manager…[more]