dukescript commented on pull request #2337:
URL: https://github.com/apache/netbeans/pull/2337#issuecomment-692856050


   > > The module with javac.target=11is only enabled when running on JDK11+, 
otherwise it is disabled.
   > 
   > So what happens when the module is run on JDK8? 
   
   You cannot run such module on JDK8, that's the point. It contains 
   ```
   OpenIDE-Module-Java-Dependencies: Java > 11
   ```
   in its manifest. As such the [runtime container 
knows](https://bits.netbeans.org/12.0/javadoc/org-openide-modules/org/openide/modules/doc-files/api.html#std-sec)
 such module shall not be enabled on JDK8, JDK9, JDK10.
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
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

Reply via email to