First, I'm trying to get Sun Java to run and have installed the RPMs for the JDK and/or JRE several times (PackageKit even shows they're installed). However, su -c "/usr/sbin/alternatives --config java" only ever shows the OpenJDK and some gcj thing.
Second, a Java application I used to be able to run in Fedora 16 with OpenJDK (Minecraft) suddenly stopped working once I upgraded to Fedora 17 via preupgrade. The error log says
Code:
[17:37:17] [SEVERE] java.lang.UnsatisfiedLinkError: /tekkit/bin/natives/liblwjgl.so: libjawt.so: cannot open shared object file: No such file or directory
Those files exist, and I don't know why it doesn't understand that.
I have tried deleting and reinstalling the application several times.
Can anyone give me a hint as to what to do next.