Skip to content
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

NoSuchMethodError x509.NetscapeCertTypeExtension with JVM 21 runtime #567

Closed
berniegsfc opened this issue Dec 6, 2023 · 2 comments
Closed

Comments

@berniegsfc
Copy link

OpenWebStart 1.9 fails with

java.lang.NoSuchMethodError: 'java.lang.Boolean sun.security.x509.NetscapeCertTypeExtension.get(java.lang.String)' 
   at net.sourceforge.jnlp.Launcher$TgThread.run(Launcher.java:681) 

if you allow OpenWebStart to update its runtime to 21.0.1 when asked. A (signed) application that demonstrates this problem is at skteditor. With a JVM 17 runtime, openwebstart will start the application.

@chrisjansen3380
Copy link

An identical issue is logged in the IcedTeaWeb github page (AdoptOpenJDK/IcedTea-Web#922). They wil create a fix for this before the end of the year.
For now, OWS 1.8 should be used (or you can use v1.9 but fixate the JRE version in the jnlp file to v17, this is what I did)

@janakmulani
Copy link
Contributor

Closing because it is duplicate of AdoptOpenJDK/IcedTea-Web#922

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants