I'm trying to create a simple media player in Java that will be able to play (not encode or convert or anything fancy) some common audio formats, including MP3 and OGG.
I thought it would be easy, but after spending the whole afternoon looking at JMF, JVLC and other inappropriate and / or outdated systems, I'm starting to wonder whether there is an easy way to play audio files in Java and if yes, then how do I do it ?