Thread: 3 errors

Results 1 to 4 of 4
  1. #1 3 errors 
    injectionsss
    Guest
    well i added castle wars into my server and got these three errors... any ideas?


    Code:
    client.java:17696: orphaned case
                    case 117:
                    ^
    client.java:17979: illegal start of expression
                    public String passHash("String password") {
                    ^
    client.java:17979: ';' expected
                    public String passHash("String password") {
                                          ^
    3 errors
    Files Compiled Successfully!
    Press any key to continue . . .
     

  2. #2  
    Registered Member
    Join Date
    Apr 2009
    Posts
    188
    Thanks given
    0
    Thanks received
    0
    Rep Power
    59
    delete the passHash
     

  3. #3  
    injectionsss
    Guest
    ok i did that and now i am left with the one orphaned case error any thoughts?
     

  4. #4  
    Registered Member
    Grey's Avatar
    Join Date
    May 2007
    Posts
    634
    Thanks given
    0
    Thanks received
    23
    Rep Power
    433
    You either have two of the same cases, or you may be missing a bracket. Or you could have added two break;'s, or your brackets are located wrongly.
    Working on The Rebirth.
     


Thread Information
Users Browsing this Thread

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


User Tag List

Tags for this Thread

View Tag Cloud

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