So as the title suggests. I want to play a sound which is located in the .jar itself. Is this possible? and if not please let me know and then tell me how you would do it without having it in the .jar!
A sound in my case is a background song for a video game but also a sound effect for when you die, win or click on something etc..
EDIT:
So I have 2 questions. Question 1: How can I play sound using Java? Question 2: How can I do this from a sound located in my .jar
Thanks