3 Replies - 128 Views - Last Post: 06 August 2012 - 01:01 PM Rate Topic: -----

#1 skymonkier  Icon User is offline

  • D.I.C Head

Reputation: 2
  • View blog
  • Posts: 94
  • Joined: 14-July 12

PrintIn coming up as 'symbol not found'.

Posted 06 August 2012 - 12:54 PM

This is the tiny slice of code where the problem is.

    public void run() {
        try{
            while(true) {
                
            }
        }catch(Exception e){System.err.printIn(e.getMessage());};
    }


When I'm building the app, it gets stuck here. It says that the symbol could not be found for printIn. Is there a certain import or something other that I need?

Thanks and cheers,
skymonkier

Is This A Good Question/Topic? 0
  • +

Replies To: PrintIn coming up as 'symbol not found'.

#2 GregBrannon  Icon User is offline

  • D.I.C Lover
  • member icon

Reputation: 1974
  • View blog
  • Posts: 4,816
  • Joined: 10-September 10

Re: PrintIn coming up as 'symbol not found'.

Posted 06 August 2012 - 12:56 PM

It's a little 'L' in println(), not a big 'I'.
Was This Post Helpful? 0
  • +
  • -

#3 skymonkier  Icon User is offline

  • D.I.C Head

Reputation: 2
  • View blog
  • Posts: 94
  • Joined: 14-July 12

Re: PrintIn coming up as 'symbol not found'.

Posted 06 August 2012 - 12:58 PM

View PostGregBrannon, on 06 August 2012 - 12:56 PM, said:

It's a little 'L' in println(), not a big 'I'.


Thanks... I feel stupid.
My first actual GAME game ever, and I make a simple syntax error like that..
Sheesh.
Was This Post Helpful? 0
  • +
  • -

#4 GregBrannon  Icon User is offline

  • D.I.C Lover
  • member icon

Reputation: 1974
  • View blog
  • Posts: 4,816
  • Joined: 10-September 10

Re: PrintIn coming up as 'symbol not found'.

Posted 06 August 2012 - 01:01 PM

Don't sweat it. We've all made more than a few mistakes we're not proud of. Good luck with the project!
Was This Post Helpful? 0
  • +
  • -

Page 1 of 1