-
Notifications
You must be signed in to change notification settings - Fork 853
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NetBeans bundled Truffle Version incompatbile with JDK 22 #7245
Comments
This is truffle (the basis for the JS engine) being incompatbile with JDK 22:
|
@Manmej please test if PR #7248 fixes your problem. You can download a nightly build from the checks page (Artifacts dropdown, https://github.com/apache/netbeans/pull/7248/checks) or directly https://github.com/apache/netbeans/suites/22509804037/artifacts/1392177585. |
Forget it - it does not work |
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 this issue should be solved separately from #7248 to avoid further similar issues. |
I've seen the above exception as well but when I invoke New from template again it works. |
Yes, according to my testing, 1st exception was a |
#7245: better recovery from script engine failures
Apache NetBeans version
Apache NetBeans 21
What happened
messages.log
Language / Project Type / NetBeans Component
No response
How to reproduce
Just create a new project File>New Project > HTML5/Javascript >HTML/JS Aplication
Did this work correctly in an earlier version?
Apache NetBeans 18
Operating System
Windows 11 Home x64
JDK
jdk-22_Windows_x64
Apache NetBeans packaging
Apache NetBeans provided installer
Anything else
No response
Are you willing to submit a pull request?
Yes
The text was updated successfully, but these errors were encountered: