Most all my Linux knowledge is server-side cli, so not good at troubleshooting desktop stuff. A site I use has a custom launcher jar file for modded Minecraft. Have used it for a couple of years on Windows with no issues. On 22.04 with Gnome, installed opendk-11 and used that as the RunWith, ran fine. Not so good on Numbat Kubuntu. I can manage to start the launcher in Konsole, but not launch any of the options. I think I played with "export DISPLAY=:0.0" to get that far.
Exception in thread "main" java.lang.ClassCastException: class jdk.internal.loader.ClassLoaders$AppClassLoader cannot be cast to class java.net.URLClassLoader
What's new that I need/different to learn about? Besides the whole Xwin environment of course.
Exception in thread "main" java.lang.ClassCastException: class jdk.internal.loader.ClassLoaders$AppClassLoader cannot be cast to class java.net.URLClassLoader
What's new that I need/different to learn about? Besides the whole Xwin environment of course.
Comment