You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not a Java expert. Installed JDK 12.x from Oracle website and get this on startup:
Exception in thread "main" java.lang.NoClassDefFoundError: javax/xml/bind/JAXB
at hu.sllauncher.LConsts.<clinit>(LConsts.java:52)
at hu.sllauncher.ScelightLauncher.setUserAgent(ScelightLauncher.java:112)
at hu.sllauncher.ScelightLauncher.main(ScelightLauncher.java:84)
Caused by: java.lang.ClassNotFoundException: javax.xml.bind.JAXB
at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:583)
at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:521)
... 3 more
logout
Saving session...
...copying shared history...
...saving history...truncating history files...
...completed.
Deleting expired sessions...6 completed.
The text was updated successfully, but these errors were encountered:
As far as I know, the JAXB API was removed from Java 11, so you should be fine with Java 10. Java 8 is working for sure, Java 9 and Java 10 should be able to run already compiled apps.
Not a Java expert. Installed JDK 12.x from Oracle website and get this on startup:
The text was updated successfully, but these errors were encountered: