Debian Jessie JavaFX MediaPlayer : Could not create player
问题 I get this exception while running a java app with Ant configuration. Exception in thread "JavaFX Application Thread" MediaException: UNKNOWN : com.sun.media.jfxmedia.MediaException: Could not create player! : com.sun.media.jfxmedia.MediaException: Could not create player! Here is my code : @Override public void start(Stage stage) { final Scene scene = new Scene(((Viewer)viewer).getPanel()); Media theme = new Media(getHostServices().getDocumentBase() + "src/sound/theme_bttf.mp3"); new