lost sound with new 1.4 Java 3D version

I have instaled new versions of JDK and Java 3D. Everything looks OK except sound, in my own programs.

I tried a sample program but got same messages :

java.lang.UnsupportedOperationException: No AudioDevice specified

at com.sun.j3d.utils.universe.Viewer.createAudioDevice(Viewer.java:978)

at ReverberateSound.init(ReverberateSound.java:174)

at sun.applet.AppletPanel.run(Unknown Source)

at java.lang.Thread.run(Unknown Source)

Java 3D: audio is disabled.

I came back to previous version, but, disaster, same error.

I do not know what to do, because installing the 1.4 version seems a rather simple process.

Can anyone help me to find out my mistake.

I do not anymore see a file called J3daudio.jar, which I have already seen.

Was it suppressed, packaged elsewhere ?

Thank you for help

[871 byte] By [jfjava3da] at [2007-10-2 21:32:13]
# 1

Sound isn`t properly supported in the current j3d release.

https://java3d.dev.java.net/issues/show_bug.cgi?id=24

There was some community discussion about workarounds

http://forums.java.net/jive/thread.jspa?forumID=70&threadID=15198&messageID=110443#110443

I don`t know the current status of the JOAL integration but you should be able to find out at

https://j3d-incubator.dev.java.net/

regards

messengersa at 2007-7-14 0:45:42 > top of Java-index,Security,Cryptography...
# 2
Well, thank you for your response. I know why things were going wrong now, and will stop scratching my head...regards.
jfjava3da at 2007-7-14 0:45:42 > top of Java-index,Security,Cryptography...