sdedic commented on issue #7245: URL: https://github.com/apache/netbeans/issues/7245#issuecomment-2044412554
FWIW the error reported in the log is just a "side effect" of insufficient protection against linkage errors in script engines. When I tried to debug the issue, the HTML client project Wizard actually asked for `freemaker` scripting engine. But the Scripting initialization attempted to load (registered) JS engine, and the LinkageError aborted the whole process. this issue should be solved separately from #7248 to avoid further similar issues. -- 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. To unsubscribe, e-mail: [email protected] 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
