Kunal Goswami

Greenhorn
+ Follow
since Oct 15, 2013
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Kunal Goswami

I am learning programming in java. I read about the clip() method, and I passed a file in my C:/My Music folder as the url, it shows no exception but no song is played. I have the song.wav file at the specified path. But I do not hear any sound when I run this program. I use Eclipse IDE, at first I specified the path as " C:/My Music/song.wav" but it showed an exception of unknown protocol, hence I added file://C:... to the path, yet I do not hear any sound, I want to make a program which while running plays this song.wav as background music. Please help me and guide me on what to do?

Here's the code ( only for playing the song )
10 years ago
I was reading Head First Java and I tried the beat box code on my macbook pro, but it did not run. Then I downloaded the code for Finalbeatbox and MusicServer from wickedlysmart.com , they compile fine but when I try to run them, I get Class Definition not found exception in the main thread. Can anyone please help me in it? What should I do?
10 years ago