Hello,
I was trying to execute the program on Pg 346 from Head First
Java, MiniMusicCmdLine but the below error message displayed. I have gone through the progream multiple times but could not located what is causing this error.
C:\Library\Headache\Pro\Player>javac MiniMusicCmdLine.java
MiniMusicCmdLine.java:45: class, interface, or enum expected
}→
^
1 error