There is no such thing as the default media player. There are default applications for file types, and the OS has a mapping for media file types to what you call the default media player. However, it's quite possible to have one media player for one media file type and another media player for another media file type.
If you want to open a file in the default application,
you should check out java.awt.Desktop and its open method.