How can I detect if Tritonus or JDK components are used?

0
Posted

How can I detect if Tritonus or JDK components are used?

0

For the core classes (javax.sound.*), you can invoke the VM with the option -verbose:class. Then, look from which .jar file they are loaded.

Related Questions