src/java.desktop/share/classes/com/sun/media/sound/JDK13Services.java

Print this page

        

*** 62,72 **** */ public final class JDK13Services { /** * Filename of the properties file for default provider properties. This ! * file is searched in the subdirectory "lib" of the JRE directory (this * behaviour is hardcoded). */ private static final String PROPERTIES_FILENAME = "sound.properties"; /** --- 62,72 ---- */ public final class JDK13Services { /** * Filename of the properties file for default provider properties. This ! * file is searched in the subdirectory "conf" of the JRE directory (this * behaviour is hardcoded). */ private static final String PROPERTIES_FILENAME = "sound.properties"; /**