Following tutorial but cannot understand the "Controllers" class.

Started by sirantonycartwright, February 02, 2007, 16:16:00

Previous topic - Next topic

sirantonycartwright

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...



oNyx

Never seen that message before?

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