Thread: Compile Error

Results 1 to 3 of 3
  1. #1 Compile Error 
    Registered Member
    Join Date
    Apr 2011
    Posts
    5
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    THIS IS A PI SOURCE

    Ok, so when I try and compile this error comes up
    Code:
    src\server\model\players\packets\Commands.java:174: reached end of file while parsing
    }->
       /\
        |
    
    1 error
    Press any key to continue...
    This is the last part of the code, the last } is line 174.
    Code:
    			}
    			return;
    		}
    	}
    }

    Any help? Im a newb so dont troll.
    Reply With Quote  
     

  2. #2  
    Registered Member
    Its paris's Avatar
    Join Date
    Apr 2009
    Posts
    1,141
    Thanks given
    56
    Thanks received
    234
    Rep Power
    689
    You've got at least 1 '}' too few.
    Reply With Quote  
     

  3. #3  
    Registered Member
    Brady's Avatar
    Join Date
    Apr 2009
    Posts
    1,714
    Thanks given
    354
    Thanks received
    368
    Rep Power
    1633
    Just look at your code, determine the correct bracket to remove. Or just remove the last bracket?







    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

Similar Threads

  1. Replies: 5
    Last Post: 05-27-2009, 10:27 AM
  2. [508] Compile Error Please Help.
    By Chintzy in forum Help
    Replies: 8
    Last Post: 03-22-2009, 02:21 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •