I´m trying to simply play background musik using sun.audio. However for some reason, I´m not able to import it. I tried the following lines
import sun.audio.AudioPlayer;
import sun.audio.*;
and both times it sais "The import sun.audio cannot be resolved". I also tried just starting to write code with it, as eclipse then proposes quick fixes, including imports. But that also did not work out. I would really appreciate it, if someone could help me out with this.