There is only one constructor of the Media-class: public Media(java.lang.String source) see http://docs.oracle.com/javafx/2/api/javafx/scene/media/
Media
public Media(java.lang.String source)
try this one out
new Media(MyApplicationClass.class.getResource("/resources/test.wav").toURI().toString())
Media accepts jar uris so it should work fine