Javac Compiler (original) (raw)
Ioi Lam ioi.lam at oracle.com
Fri Aug 24 03:03:41 UTC 2018
- Previous message: Javac Compiler
- Next message: Javac Compiler
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
$ find . -name main | grep javac ./src/jdk.compiler/share/classes/com/sun/tools/javac/main ./test/langtools/tools/javac/main
On 8/23/18 6:10 PM, mr rupplin wrote:
com.sun.tools.javac.main.Main
com.sun.tools.javac.main.Main compiler = new com.sun.tools.javac.main.Main("javac"); return compiler.compile(args).exitCode; I see this down in jdk.compiler. The com.sun.tools.javac.main folder doesn't exist.
- Previous message: Javac Compiler
- Next message: Javac Compiler
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]