javax.tools.JavaCompiler and jar files
Gen.JavaJul 21 2009 — edited Jul 23 2009Hey all,
I have an executable jar file. This file contains an application that compiles java source files. If I execute the jar file from the command line, the compiler generates class files as expected. However, If I click on the jar file, the compiler does not generate any class files. I already flush and close the StandardJavaFileManager at the end.
Thank you