Thread: 100 Errors - QUESTION. Please read, I'm not a noob..

Results 1 to 6 of 6
  1. #1 100 Errors - QUESTION. Please read, I'm not a noob.. 
    Banned
    Join Date
    Jan 2010
    Posts
    176
    Thanks given
    9
    Thanks received
    16
    Rep Power
    0
    Nevermind.. delete if you want..
    Reply With Quote  
     

  2. #2  
    Member 100 Errors - QUESTION. Please read, I'm not a noob.. Market Banned


    Luke132's Avatar
    Join Date
    Dec 2007
    Age
    35
    Posts
    12,574
    Thanks given
    199
    Thanks received
    7,106
    Rep Power
    5000
    No there isn't, and eclipse isn't some kind of magical machine either.

    Attached imageAttached image
    Reply With Quote  
     

  3. #3  
    Banned
    Join Date
    Jan 2010
    Posts
    176
    Thanks given
    9
    Thanks received
    16
    Rep Power
    0
    Quote Originally Posted by Luke132 View Post
    No there isn't, and eclipse isn't some kind of magical machine either.
    I said I heard it does, what do you mean "Magical machine"? Finding a missing bracket wouldn't be hard for a program to do, and I know there has to be one out there..
    Reply With Quote  
     

  4. #4  
    Member 100 Errors - QUESTION. Please read, I'm not a noob.. Market Banned


    Luke132's Avatar
    Join Date
    Dec 2007
    Age
    35
    Posts
    12,574
    Thanks given
    199
    Thanks received
    7,106
    Rep Power
    5000
    Quote Originally Posted by James_Akins View Post
    I said I heard it does, what do you mean "Magical machine"? Finding a missing bracket wouldn't be hard for a program to do, and I know there has to be one out there..
    I know, it wasn't really aimed at you..it's just alot of people get the impression that using an IDE will solve all their problems, it won't.

    Attached imageAttached image
    Reply With Quote  
     

  5. #5  
    Registered Member Mayday Parade's Avatar
    Join Date
    Apr 2009
    Age
    27
    Posts
    495
    Thanks given
    20
    Thanks received
    17
    Rep Power
    8
    All eclipse will do is find where the bracket goes to, so it isn't like "You have forgotten a bracket here," you will actually have to go to each bracket and see if it has the ending bracket with it if you want to do it that way. Other then that, try to see if you left something basic like:
    Code:
    if (playerName.equalsIgnoreCase(NameHere") {
    As that can also cause 100 errors. Hope this helps you a little bit.

    Spoiler for LoL:
    Quote Originally Posted by Imbued View Post
    Quote Originally Posted by pasta186 View Post
    That tutorial doesnt walk.
    That's because it got no legs..
    Best report I've sent? "Mass spam? Also in wrong sexual"
    LOL
    Reply With Quote  
     

  6. #6  
    Banned
    Join Date
    Jan 2010
    Posts
    176
    Thanks given
    9
    Thanks received
    16
    Rep Power
    0
    Okay. Well, I found it.

    I knew that the missing or extra bracket was near the line that it shows in the compiler, at the top

    I saw that before but it looked right, but I guess it's fixed now. I'll be more careful next time
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •