Where is JavaAppletPlugin.plugin after building jdk 9?

Erik Joelsson erik.joelsson at oracle.com
Thu May 7 08:08:59 UTC 2015


JavaAppletPlugin.plugin is part of deploy so you need to make sure you 
are building the deploy repo by running the make target "deploy". 
Normally the deploy build will be enabled if configure finds all the 
dependencies necessary for it. If you want to be sure it's enabled, you 
can add --enable-deploy to configure. If the deploy build is disabled, 
"make deploy" will do nothing.

/Erik

On 2015-05-06 23:47, Pete Brunet wrote:
> I need to debug code that runs JavaAppletPlugin.plugin.  I can't find
> this in the Mac build products.  I also find no dmg or pkg files.  I
> used make images.  Do I need a different make target?



More information about the jdk9-dev mailing list