ang_yin

Greenhorn
+ Follow
since Dec 18, 2001
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 ang_yin

when I execute the program underbelow,
there is always a wrong :
Exception in thread "main" java.lang.NoClassDefFoundError: MusicClient
what is wrong with the program?? please help me

public class MusicClient
{

public static void main(String[] args)
{

System.out.println("test");

}
}
22 years ago