Though I can run the Point Sound demo from webstart. I get the following error when I try it in code with Idea IDE and from a command line .
net.java.games.joal.ALException: Error opening default OpenAL device
at net.java.games.joal.util.ALut.alutInit(ALut.java:71)
at org.jdesktop.j3d.audioengines.joal.JOALMixer.initialize(JOALMixer.java:600)
I have downloaded all the jars and put the dlls in the application paths, I have no unsatisfied link errors. I have searched the web High and Low for a post with the same problem. What am I missing.
Jars:
gluegen-rt.jar
j3dcore.jar
j3dutils.jar
joal.jar
joalmixer.jar
vecmath.jar
Dlls:
gluegen-rt.dll
j3dcore-d3d.dll
j3dcore-olg.dll
j3dcore-ogl-cg.dll
j3dcore-ogl-chk.dll
joal_native.dll
OpenAL32.dll
wrap_oal.dll
Thanks in advance
Greg