Thread: Simple Compile Error

Results 1 to 5 of 5
  1. #1 Simple Compile Error 
    F3arMagick
    Guest
    I'm getting
    Code:
    Wearing.java:690: reached end of file while parsing
            }→
             ^
    1 error
    Press any key to continue . . .
    when I try to compile, any suggestions?
    Reply With Quote  
     

  2. #2  
    Registered Member blood rush20's Avatar
    Join Date
    Sep 2008
    Posts
    426
    Thanks given
    18
    Thanks received
    9
    Rep Power
    7
    wow never seen do u have a symbol like that at the end of line 690 if so delete it
    Reply With Quote  
     

  3. #3  
    F3arMagick
    Guest
    Line 690 is
    Code:
    if (spell == 12901) {
    My whole code can be found at http://pastebin.com/m2f64f2df
    Reply With Quote  
     

  4. #4  
    Registered Member
    No Go_JoE's Avatar
    Join Date
    May 2008
    Posts
    1,357
    Thanks given
    44
    Thanks received
    142
    Rep Power
    480
    One to meny } on line 690 ending
    Reply With Quote  
     

  5. #5  
    F3arMagick
    Guest
    Quote Originally Posted by No Go Joe View Post
    One to meny } on line 690 ending
    Code:
    		if (spell == 12901) {
    			return false;
    		}
    is the whole code for that part.
    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
  •