I searched in many forums and YouTube tutorials for an easy bit of code to just play a sound file (.mp3), but everything I found won't work for me.
I always get the exception that it can't find the file or that something else is wrong, but it always ends in an exception.
Is there something that I have to configure first maybe?
-edit- I tried the following code again to show what exeption i get:
After adding the JFXPanel i got the exeption: Exception in thread "main" MediaException: MEDIA_UNAVAILABLE : D:\bip.mp3 (The System cant find the File) // and yes, i checked if the path is correct.