Search code examples
javajakarta-eejava-6java-5

Compile another java file from java file


Just out of curiosity. Can we compile & run a java file from another java program? If so, can you send a reference to that knowledge source?


Solution

  • Take a look at Java Compiler Api and this little example.