hi, i want to use JavaCompiler to dynamic create some classes. i find the source code of javax.tools package, but there is no implementation, some posts on internet says it depends on tools.jar, i am not sure tools.jar associates with JRE.
so can i run the program in a JRE environment without JDK installed?
another question, what is the implementation detail of JavaCompiler, is it creating a new process to invoke the javac command?
thanks