Javac Compiler (original) (raw)
Maurizio Cimadamore maurizio.cimadamore at oracle.com
Fri Aug 24 10:36:48 UTC 2018
- Previous message: Javac Compiler
- Next message: Interpreter Function Handler
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi, if you are looking at the compiler code base and would like some specific help, please consider posting at the compiler-dev mailing list:
http://mail.openjdk.java.net/pipermail/compiler-dev/
Cheers Maurizio
On 24/08/18 04:03, Ioi Lam wrote:
$ 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: Interpreter Function Handler
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]