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.

[451 byte] By [arashi_kagea] at [2007-11-27 3:30:07]
# 1
Works for me (compiles w/o error) from the command line, Java 6.
ChuckBinga at 2007-7-12 8:33:08 > top of Java-index,Security,Cryptography...