Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

com.sun.media.sound in Java 9

donald148gray-JavaNetJun 18 2017 — edited Dec 5 2017

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.

Comments

Post Details

Added on Jun 18 2017
3 comments
6,919 views