Im trying to make an application which plays music by using a Jlayer library which has packages like:
import javazoom.jl.decoder.JavaLayerException;
import javazoom.jl.player.advanced.AdvancedPlayer;
import javazoom.jl.player.advanced.PlaybackEvent;
import javazoom.jl.player.advanced.PlaybackListener;
and it has an interface which plays and stops music
but it showing an error which is very confusing to me.
Any way you guys can help me out?
I tried looking through Chatgpt but to no avail. I also tried downloading newer versions of the same library.