AudioSystem.getClip() not working
I'm following an example from a book on playing a sound clip. The line in the code is Clip clip = AudioSystem.getClip();
JBuilder keeps telling me it "cannot find symbol." And it won't compile the code correctly. I have the latest version of JRE. I also tried compiling the code in TextPad and it fails there too. I have no idea what could be the problem. Any help would be great. Thanks. Let me know if you want to see the whole code.

