Can anyone advise if it is possible to use com.sun.media.sound in Java 9 and, if so, how to set it up.
I got the following error mesage when I tried to run my program in Java 9.
cannot access class com.sun.media.sound.AudioSynthesizer (in module java.desktop) because module java.desktop does not export com.sun.media.sound to unnamed module @0x2b0f373b
Any help would be appreciated.