Thread: Need Help!!

Results 1 to 2 of 2
  1. #1 Need Help!! 
    Fuckin PRO

    Damien's Avatar
    Join Date
    Feb 2008
    Age
    32
    Posts
    2,658
    Thanks given
    928
    Thanks received
    82
    Rep Power
    369
    I get this error on adding highscores:

    .\Highscore.java:43: cannot find symbol
    symbol : class client
    location: class Highscore
    public static boolean save(client c) {
    ^
    .\Highscore.java:28: cannot find symbol
    symbol : variable misc
    location: class Highscore
    misc.println("MySQL Error:"+s);
    ^
    Note: .\Stream.java uses or overrides a deprecated API.
    Note: Recompile with -Xlinteprecation for details.
    2 errors
    Press any key to continue . . .
    can anyone please help???
    Reply With Quote  
     

  2. #2  
     

    Vastiko's Avatar
    Join Date
    Dec 2006
    Posts
    5,700
    Thanks given
    300
    Thanks received
    663
    Rep Power
    5000
    Packaged server?? If so you need to add the imports.

    (import com.core.client; as an examle.) ?
    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
  •