Hi!
I’m pretty new to ecplise and completely new to joal. So I get the following output when I try to run the tutorial on multiple sources:
Go TEAM!
Entering alutInit()
net.java.games.joal.OpenALException: Could not load openal library.
at net.java.games.joal.ALFactory.init(Native Method)
at net.java.games.joal.ALFactory.initialize(ALFactory.java:61)
at net.java.games.joal.util.ALut.alutInit(ALut.java:61)
at sound.MultipleSources.main(MultipleSources.java:172)
ALFactory.init - Native: Enter
ALFactory.init - Native: Exit
In my run configuration I’ve added the joal.jar to the class path under user entries and I give [-Djava.library.path=“natives/win32/”] as a VM argument since I’ve placed joal.dll in the natives/win32 directory of my current project. Does anyone know what to do or does anyone know of any guides on the joal/eclipse combination?