I’m having a problem that is seriously slowing down my ability to use this library and run many applications written in it. The error usually looks like this:
org.lwjgl.LWJGLException: Could not load agl symbols
at org.lwjgl.opengl.Window.nCreate(Native Method)
at org.lwjgl.opengl.Window.createWindow(Unknown Source)
at org.lwjgl.opengl.Window.create(Unknown Source)
at org.lwjgl.opengl.Window.create(Unknown Source)
at DynamicCubeMap.<init>(DynamicCubeMap.java:73)
at DynamicCubeMap.main(DynamicCubeMap.java:54)
What is causing this and how do I fix it? I have lwjgl-macos-native.jar, lwjgl.jar, and lwjgl_test.jar in my LIbrary/Java/Extentions/ folder, and they are up to date.
I suspect the problem has to do with the Window.create() method.
Thanks for any help.
Maybe you can be the one!