error after upgrade to oracle 1.8.0_20 from 1.8.0_11

Posted by ewald on
URL: https://forum.jogamp.org/error-after-upgrade-to-oracle-1-8-0-20-from-1-8-0-11-tp4032882.html

I have java program utilizing the jogl libraries that I can't get to work on a newly configurated Linux Mint 17 system, while it runs perfectly on another Linux Mint 17 system. The only difference I can find between the two systems is the slightly more recent oracle JDK.
Error message I am getting:
java.lang.UnsatisfiedLinkError: Can't load library: /home/ewald/Schule/SJ-2014-15/Q1-Info/Gloop/2_Erdeszene/libgluegen-rt.so

libgluegen-rt.so is located at the path indicated above

Can anyone help me here? I should say that I am not an expert in java programming, I am just trying to get a system set up in a CS teaching environment.