Service com.sun.jdi.connect.spi.TransportService missing from jdk.tools
Mandy Chung
mandy.chung at oracle.com
Tue May 15 07:44:52 PDT 2012
On 5/15/2012 4:03 AM, Alan Bateman wrote:
> It's not intentional as JDI transport services can be installed as
> service providers. Adding the following to jdk.depconfig should fix it:
>
> @Provider(optional)
> com.sun.tools.jdi.VirtualMachineManagerImpl ->
> META-INF/services/com.sun.jdi.connect.spi.TransportService
This should fix it. FYI. jdk.depconfig was created based on some jdk7
old build that required some amount of code inspection. It could miss
some new dependencies that were added since it was created.
Mandy
More information about the jigsaw-dev
mailing list