Re: jogl test doesn't run on MacBook
Posted by
Dave on
Jul 11, 2016; 7:19pm
URL: https://forum.jogamp.org/jogl-test-doesn-t-run-on-MacBook-tp4036901p4036906.html
Thanks for a quick reply :-) I'm using Oracle Java, 1.8.0_77, and I was running it from ~/Downloads/jogamp-all-platforms (just unzipped it right where it landed).
The [small] log file looks like this:
test.loggrep:ing the log file I think I found the problem: some files seem to be missing.
NativeLibrary.open(global true): Trying to load /Library/Java/JavaVirtualMachines/jdk1.8.0_77.jdk/Contents/Home/jre/lib/libEGL.dylib
DynamicLinkerImpl.openLibraryGlobal "/Library/Java/JavaVirtualMachines/jdk1.8.0_77.jdk/Contents/Home/jre/lib/libEGL.dylib" failed, error: dlopen(/Library/Java/JavaVirtualMachines/jdk1.8.0_77.jdk/Contents/Home/jre/lib/libEGL.dylib, 9): image not found
etc.
I just downloaded the latest jdk from Oracle, I guess that I need something more, or something else?