[Bluej-discuss] ZUUL from Book
RDP
robdepasquale at msn.com
Mon Apr 3 20:09:16 BST 2006
Hi,
I have a question about Chapter 7 'Objects First With Java'...
Appendix E details info about executing classes without BlueJ by including the method
public static void main(String[] args)
{
Game game = new Game();
game.play();
}
Game class.
(This uses Chapter 7 ZUUL example.)
But I can't execute Game.class with the java command (non-Bluej execution).
Even though I can execute method 'main' in BlueJ when I open the project...
Any help as to what's going on here???
Rob DePasquale
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.bluej.org/pipermail/bluej-discuss/attachments/20060403/f98aa526/attachment.html
More information about the bluej-discuss
mailing list