How can I play an .mp3 and a .wav file in my Java application? I am using Swing. I tried looking on the internet, for something like this example:<
.mp3
.wav
To add MP3 reading support to Java Sound, add the mp3plugin.jar of the JMF to the run-time class path of the application.
mp3plugin.jar
Note that the Clip class has memory limitations that make it unsuitable for more than a few seconds of high quality sound.
Clip