usage of com.sun.tools.javac.Main

Alan Bateman Alan.Bateman at oracle.com
Tue Jul 26 09:25:52 UTC 2016


On 26/07/2016 09:47, Jochen Theodorou wrote:

>
> Around April 10 this year I had to use 
> -XaddExports:jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED to get 
> access using the jigsaw build, which means there was a module 
> jdk.compiler, that did not export this class.
That is a different package, it's not exported. Every class in that 
package has a warning at the top to say that it is not part of any 
supported API so this is why it is not exported.

-Alan.


More information about the jigsaw-dev mailing list