jtulach commented on pull request #2317: URL: https://github.com/apache/netbeans/pull/2317#issuecomment-678734974
With the 473d461 change I can run on JDK14 and install the [python support](http://plugins.netbeans.org/plugin/61688/python). During validation we get a warning describing the missing `unpack200` problem:  We can open a file chooser and select an alternative `unpack200` executable. The system tries to find one in sibling JDKs assuming people have JDK14 next to other older JDKs:  Then the validation is restarted and continues with normal licensing checks:  in case of the python support a restart is needed. The upgrader picks the selected `unpack200` up and uses it to unpack the legacy NBMs:  The endeavor ends with support for Python files being ready in the editor:  ---------------------------------------------------------------- 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
