Bin
It says "NoSuchMethodException: com.dezyre.nasdaq.Nasdaq_1.main". You should check if
1. all your package names are correct
2. your source folders are organized as com->dezyre->nasdaq
3. Do you have a main method in the Nasdaq_1 class?
May 14 2014 07:31 PM