This is the line I run:
AudioInputStream clip1 = AudioSystem.getAudioInputStream(new File(wavFile1));
This is the exception I get (From LogCat)
The problem is that the classpath isn't set correctly. See this question for some solutions.