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 looked around but didn't really find a way to replace that dependency - it seems like Java 11 still somehow includes those classes, but they're no longer in a jar file.
Any tips on how to best proceed with replacing this dependency with whatever would work in java 11 ? Cheers - Alex K
