Using Applet.AudioClip
I'm able to play .wav files, but if I try to do that on an MP3 file, then no audio seems to get played even though no exceptions are thrown.
Is there any way to play MP3s with Java, whether using Swing, Java FX, or any other Java technologies?