I wish to program a clock with alarm How can I read the wav file (sound of alarm)into java and play it when the time is up. I can read it from internet with this.
How can I read it from local directory E:\e-project\src\timer
Here is what I read from website, and it works. I wish to read from local
TimerBell =JApplet.newAudioClip(new URL("http://web/~bl348/timer_bell.wav"));