Geoffrey Kidd

Greenhorn
+ Follow
since Feb 23, 2009
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 Geoffrey Kidd

Thank you. Commenting out the package statements got me going. I'll have to check the documentation on how to use them later.

Apologies for the mis-typing of "GuessGame.class". Came at the end of a very long day.

15 years ago
I have java 1.5 installed. If I attempt to run "java GameLauncher" using the GameLauncher.class as provided by the download, I get an exception stack "Exception in thread "main" java.lang.NoClassDefFoundError: GameLauncher (wrong name: chap2/GameLauncher).

If I erase all the *.class files and attempt to compile, javac Player.java gives me a "Player.class" file,
but then running "javac GuessGame.class" gets me a whole bunch of "Cannot find Symbol" errors class Player.

Any help appreciated. Thank you.
15 years ago