HI , I tried to install sound, but I failed. I wrote the following code:
//Sound PhysicalEnvironment host = frontCamera.getView().getPhysicalEnvironment(); JavaSoundMixer mixer = new JavaSoundMixer(host); mixer.initialize(); and I got the following error: java.lang.UnsatisfiedLinkError: open at com.sun.j3d.audio.HaeMixer.construct(HaeMixer.java:127) at com.sun.j3d.audio.HaeMixer.<init>(HaeMixer.java:95) at com.sun.j3d.audio.HaeDevice.<clinit>(HaeDevice.java:32) at com.sun.j3d.audioengines.javasound.JavaSoundMixer.initialize(JavaSoundMixer.java:118) at veditor.Aquarium.addScene(Aquarium.java:106) at veditor.AquariumController.<init>(AquariumController.java:33) at veditor.Main.main(Main.java:7) Can you tell me what to do? I also tried to install an AudioDevice but where can I create it. I dont have a SimpleUniverse, but a Locale and I did not find the procedure createAudioDevice in there.... Thanks a lot for your help Regards, Britta =========================================================================== To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA3D-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".