Re: Replacing dependency on tools.jar in Java 11

2019-08-23 Thread Alex Kotchnev
, > some of the sub-projects are a little weirdly laid down so they probably > need sorting to. You may be stuck with JDK 8 for now, which is by no means > a bad thing! > > > On 23 Aug 2019, at 12:14, Peter Hull wrote: > > On Fri, Aug 23, 2019 at 4:41 AM Alex Kotchnev wro

Re: Replacing dependency on tools.jar in Java 11

2019-08-22 Thread Alex Kotchnev
them. Cheers - Alex K On Thu, Aug 22, 2019 at 12:53 AM Geertjan Wielenga wrote: > Why specifically is tools.jar needed, any way to avoid that? I don’t think > it matters much if you end up requiring JDK 8. It’s a good one. :-) > > Gj > > > On Thu, 22 Aug 2019 at 04:39, Alex

Replacing dependency on tools.jar in Java 11

2019-08-21 Thread Alex Kotchnev
The scala plugin that I'm trying to upgrade to Java 11 ( https://github.com/akochnev/ak_nbscala/tree/nb11-remove-impl-deps) has a system dependency on tools.jar from the JDK. That jar was removed from the JDK (in Java 9, I think), and because of that, I can only compile the plugin with Java 8. I l

Dealing with missing token for org.netbeans.modules.nbjavac

2019-08-20 Thread Alex Kotchnev
I was working on rebuilding the nbscala modules, and after a few changes to get things working, I still end up with the following error message : Some tokens required by included modules are not provided by included modules. The application will fail starting up. The missing tokens are: org.net