LWJGL Forum

Programming => LWJGL Documentation => Topic started by: sirantonycartwright on February 02, 2007, 16:16:00

Title: Following tutorial but cannot understand the "Controllers" class.
Post by: sirantonycartwright on February 02, 2007, 16:16:00
Hello, im following the controllers tutorial but i dont know whats wrong. In the tutorial it says in one of the code box things:

Controllers.create();

But my compiler is saying:

"<identifier> expected"
  in  Controllers.create();

The name of the class its in is called Controllers, is there a controllers class in the package?
Have i not imported it correctly or is it that ive called the class im running it in "Controllers".
I might not have set the whole thing up correctly actually.

Thanks, Ant...


Title: Re: Following tutorial but cannot understand the "Controllers" class.
Post by: oNyx on February 02, 2007, 23:08:59
Never seen that message before?

It means that the code... somewhere before that line... is borked (like one '}' too much etc).