How do I replace the Java Sound implementation in the JDK by Tritonus?
You can achieve this by putting the Tritonus .jars into the bootclasspath before rt.jar: java -Xbootclasspath/p:tritonus_core.jar:tritonus_share.jar … Make sure to include the correct path to these two files in the statement. Also note that this will not remove the service provider components of the JDK.