question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

support for java 13

See original GitHub issue

when trying to run using java 13 this error occurs:

INFO: Running on jMonkeyEngine 3.3-alpha5
 * Branch: HEAD
 * Git Hash: bb32b88
 * Build Date: 2019-09-25
Exception in thread "jME3 Main" java.lang.UnsatisfiedLinkError: /home/vushu/coding/java/jmonkey/magicman/liblwjgl64.so: /home/vushu/.sdkman/candidates/java/13.0.1-open/lib/libjawt.so: version `SUNWprivate_1.1' not found (required by /home/vushu/coding/java/jmonkey/magicman/liblwjgl64.so)
        at java.base/java.lang.ClassLoader$NativeLibrary.load0(Native Method)
        at java.base/java.lang.ClassLoader$NativeLibrary.load(ClassLoader.java:2440)
        at java.base/java.lang.ClassLoader$NativeLibrary.loadLibrary(ClassLoader.java:2497)
        at java.base/java.lang.ClassLoader.loadLibrary0(ClassLoader.java:2694)
        at java.base/java.lang.ClassLoader.loadLibrary(ClassLoader.java:2627)
        at java.base/java.lang.Runtime.load0(Runtime.java:744)
        at java.base/java.lang.System.load(System.java:1873)
        at org.lwjgl.Sys$1.run(Sys.java:70)
        at java.base/java.security.AccessController.doPrivileged(AccessController.java:312)
        at org.lwjgl.Sys.doLoadLibrary(Sys.java:66)
        at org.lwjgl.Sys.loadLibrary(Sys.java:87)
        at org.lwjgl.Sys.<clinit>(Sys.java:117)
        at com.jme3.system.lwjgl.LwjglAbstractDisplay.run(LwjglAbstractDisplay.java:210)
        at java.base/java.lang.Thread.run(Thread.java:830)

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

3reactions
vushucommented, Nov 17, 2019

I just tested the earlier version and It works fine using openjdk 12 and 11

0reactions
Ali-RScommented, Dec 1, 2019

Had a chance to test this with OpenJDK 13, using LWJGL 2 I am getting the same error but works fine with LWJGL 3.

I am closing this as this seems to be an LWJGL 2 compatibility issue which is not actively maintained anymore by the developer.

Feel free to reopen this in case you think otherwise.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Oracle Java SE Support Roadmap
Oracle provides this Oracle Java SE Support Roadmap, to help you understand maintenance and support options and related timelines.
Read more >
Java/OpenJDK - endoflife.date
Release Released Active Support 19 2 months and 3 weeks ago. (20 Sep 2022) Ends in 3 months. (21 Mar 2023) 18 8 months and...
Read more >
JDK 13 Releases - Java (JDK)
JDK 13 Releases ... JDK 13 has been superseded. Please visit jdk.java.net for the current version. Older releases, which do not include the...
Read more >
New Features in Java 13 | Baeldung
In this article, we'll take a look at the new features and improvements introduced in this version.
Read more >
Java version history - Wikipedia
Java 7 is no longer publicly supported. For Java 11, long-term support will not be provided by Oracle for the public; instead, the...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found