support for java 13
See original GitHub issuewhen 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:
- Created 4 years ago
- Comments:5 (3 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I just tested the earlier version and It works fine using openjdk 12 and 11
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.