Michal Kucera

Greenhorn
+ Follow
since May 01, 2010
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 Michal Kucera

Hi Matt

I have had the exactly same problem.
Please try to compile it from command line with command like this:
javac -cp "C:\HFJSE\02" GameLauncher.java
Run it with something like this:
javac -cp "C:\HFJSE\02" GameLauncher.java
This will create three *.class files.

NOTE: my files was saved in folder 'HFJSE\02' on the C:\ drive so change the path in your command as needed.

I hope this helps.
Mik013
13 years ago