Ive followed the instructions on http://www.java-gaming.org/forums/index.php?topic=1474.0 and I’ve gotten the same problem that a lot of other people have gotten.
When I run the line of code:
System.loadLibrary(“jogl”);
I get that “UnsatisfiedLinkError”.
I’m currently using IntelliJ and I’ve added the jar files to the IDE as libraries. The syntax of my code isn’t showing up in red, but when I test the code, it just throws that unsatisfied link error.
I’ve read the instruction thread about how other people have this same problem and it seems nobody has found a solution.
Also, when I run my program in IntelliJ, it outputs the command it used to run the it used to run the code and the two jar files are set in its class path.
I have no idea what to do and would appreciate any help.