Guys,i have developed a Java Application.I have already connected it with MySql DB & it's working properly.In DB there is a table calls Music and in that table contains a field calls Song _Path.It includes the path of the song in my computer.In java application there is a "Play" button.After selecting the relevant song(There is seperate button for that and it's working),the song should be played.I search about this in this forum and i got this option and i downloaded that file.
http://introcs.cs.princeton.edu/java/faq/mp3/mp3.html
I don't know how to use this in my application.Please help me to solve this.