Re: ResolutionException when migrating to Jigsaw

2017-03-02 Thread Alan Bateman
On 02/03/2017 19:55, Rahman USTA wrote: ikonli.fontawesome.pack is not a modular jar, so it is an auto-module and it is a 3rd party dependency. When I look at source code of it, I didn't see any import for com.sun.java.browser.plugin2 if I didn't miss anything else. So, is there a chance to

Re: ResolutionException when migrating to Jigsaw

2017-03-02 Thread Rahman USTA
ikonli.fontawesome.pack is not a modular jar, so it is an auto-module and it is a 3rd party dependency. When I look at source code of it, I didn't see any import for com.sun.java.browser.plugin2 if I didn't miss anything else. So, is there a chance to export *jdk.plugin.dom* to *ikonli.fontawesome

Re: ResolutionException when migrating to Jigsaw

2017-03-02 Thread Alan Bateman
On 02/03/2017 14:31, Rahman USTA wrote: Hello, I'm getting the following exception when I try to move my project to Jigsaw. java.lang.module.ResolutionException: Modules *plugin* and *jdk.plugin.dom* export package *com.sun.java.browser.plugin2* to module *ikonli.fontawesome.pack* What does i

ResolutionException when migrating to Jigsaw

2017-03-02 Thread Rahman USTA
Hello, I'm getting the following exception when I try to move my project to Jigsaw. java.lang.module.ResolutionException: Modules *plugin* and *jdk.plugin.dom* export package *com.sun.java.browser.plugin2* to module *ikonli.fontawesome.pack* What does it mean? How can I resolve this issue? Than