Problem with my game
Hi there,
Am very novice to Java programming and recently downloaded a applet based java game from the net.
I wanted to tinker around with the code. I downloaded a java dj compiler to extract the source code to read thro the code. After which i wanted to make some changes to this source code and wanted to run it
Unfortunately am not able to run this.
The actual problem
the main java file of this game is called shootingballs
however it has two other class files which support it. gametimer and ball
when i compiled gametimer and ball, i had not problems
however, when i compiled the main java class file whose applet code would be included into the html page, this did not run.
Do i need to check some linking dependencies?

