I'm a beginner in programming and I need to know how to import classes I got from the Internet to my text file. I downloaded JLayer
for use in writing an MP3 player, but typing import javazoom.jl.player.Player;
won't work, unlike the basic import statements like import javax.swing.JOptionPane;
.
I read in some forums that I should move the JLayer
library somewhere so that the import statement will work, but where exactly? My JLayer
library is currently in my Downloads
folder. What should I do?