On Mon, Oct 12, 2020 at 12:50 PM Jaroslav Tulach <[email protected]> wrote: > Why don't you try to disable these modules?
Got that to work, though it was painful since some other modules including `java.kit` gratuitously depended on them. (I regret the introduction of the “kit” system, especially that some regular modules depend on kit modules; as well as the older autoload/eager system. The GUI to enable/disable features at a larger granularity than module should have used some higher-level classification system, leaving module-to-module dependencies to express hard code requirements.) > then your application needs to run on JDK11+... In fact switching the whole build to JDK 11 simplified things considerably. Since there is no particular reason to run NetBeans itself on Java 8 I may as well publish modules requiring 11. (But how do I indicate that dependency at runtime? The generated manifest does not seem to indicate a minimum Java level.) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
