To play simple sounds in Java, you can use the AudioClip class which is part of the Applet package. As AudioClip is abstract, you have to go through the method getAudioClip which returns a native implementation. The full featured Java Sound API is availalbe as a core API in the JDK1.3 (also available as part of the Java Media Framework (JMF).