Thread: error help?

Results 1 to 4 of 4
  1. #1 error help? 
    Registered Member
    Eminem™'s Avatar
    Join Date
    Oct 2008
    Age
    30
    Posts
    2,044
    Thanks given
    19
    Thanks received
    44
    Rep Power
    1743
    Code:
    client.java:9765: unclosed string literal
                                            } else if (token.equals("character-
                                                                    ^
    client.java:9766: unclosed string literal
    s")) {
     ^
    client.java:9766: not a statement
    s")) {
    ^
    client.java:9768: 'else' without 'if'
                                            } else if (token.equals("character-assau
    lt")) {
                                              ^
    after i tried to make jad to 10 waves when i compiled i got this error. How i fix?

    how it happened.
    they thing is i didn't play around with those code i was changing jad waves
    unless if playing around with jad waves changed this
    Code:
    					} else if (token.equals("character-tz")) {
    						TzWave = Integer.parseInt(token2);
    Reply With Quote  
     

  2. #2  
    Ash Ftw
    Guest
    de-compile see what it says then.
    Reply With Quote  
     

  3. #3  
    Registered Member
    Eminem™'s Avatar
    Join Date
    Oct 2008
    Age
    30
    Posts
    2,044
    Thanks given
    19
    Thanks received
    44
    Rep Power
    1743
    what? How do i fix?
    Reply With Quote  
     

  4. #4  
    Registered Member
    Join Date
    Aug 2008
    Posts
    918
    Thanks given
    1
    Thanks received
    12
    Rep Power
    34
    try ditching the space between the "if" and the "("
    i seriousaly dont know anything so i dont know if its right or not. =)
    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
  •