Open mp3 file using specific applications java

JeremyLKnauff

New Member
I want to know if there is a way of opening mp3 files using either Windows Media Player and VLC Media Player. I have the path of the file saved as a String and was wondering if I can use this to open the file on either of the applications mentioned above.I understand one method of doing this is by using the Desktop class but this opens the file using the default application, which is Windows Media Player in my case. How would I open the file in VLC media player?
 
Top