JavaFX mp3 playback became unsupported in Ubuntu 14.10
问题 When I try to play .mp3 file by using AudioClip with JavaFX 8u40 it says: com.sun.media.jfxmedia.MediaException: Could not create player! which means Java installation do not see my mp3 codec - but all other OS programs see it, even programs on Qt can play mp3. This error happened after upgrading to Ubuntu 14.10 (On 14.04 all was fine, the same programs play all the media formats) libav... all packages are all installed. 来源: https://stackoverflow.com/questions/27195853/javafx-mp3-playback