error in methode main
hello,
i'm learning java with java with bluej.
at the end of the book we learn how to start a game without any other program.
but it won't work.
my methode main:
publicstaticvoid main(String[] args)
{
Game game =new Game();
game.start();
}
greets, reefclaw

