Howzit
When I try to create an OpenAL instance I get this:
org.lwjgl.openal.OpenALException: Could not load openal library.
at org.lwjgl.openal.BaseAL.nCreate(Native Method)
at org.lwjgl.openal.BaseAL.create(Unknown Source)
at org.lwjgl.openal.AL.create(Unknown Source)
at OpenALCreationTest.alInitialize(OpenALCreationTest.java:57)
at OpenALCreationTest.execute(OpenALCreationTest.java:101)
at OpenALCreationTest.main(OpenALCreationTest.java:219)
The odd thing is that I am including the library in my path. OpenGL works fine.