Thread: help. last error in new server >> client is not abstract

Results 1 to 3 of 3
  1. #1 help. last error in new server >> client is not abstract 
    Banned

    Join Date
    Jul 2008
    Age
    26
    Posts
    5,826
    Thanks given
    1,301
    Thanks received
    197
    Rep Power
    0
    ok, so long story short, im re coding the entire pimpscape scource, giving it conventions, e.c.t. ive worked through over 230 errors from noobs that put bad code in it before, and i messed something up.. ive had this error before, but i cant remember how i fixed it. help would be appriciated, and id rel my new source to you. btw this is probly stupid but..

    Code:
    client.java:9: client is not abstract and does not override abstract method pmup
    date(int,int) in Player
    public class client extends Player implements Runnable {
           ^
    Note: stream.java uses or overrides a deprecated API.
    Note: Recompile with -Xlint:deprecation for details.
    1 error
    Press any key to continue . . .
    i know its something i coded wrong... oh well.. rep given + rel
     

  2. #2  
    Registered Member

    Join Date
    Jun 2007
    Posts
    2,237
    Thanks given
    267
    Thanks received
    411
    Rep Power
    1283
    What has happened you have deleted the pmupdate method from client.
    To fix either replace it or delete
    Code:
    abstract void pmupdate
    from Player
    Don't worry, Be happy.
     

  3. #3  
    Banned

    Join Date
    Jul 2008
    Age
    26
    Posts
    5,826
    Thanks given
    1,301
    Thanks received
    197
    Rep Power
    0
    no there was another abstract void, and i quoted it out, and now it does it for this one. if i take them out, privatemessaging wont work. and this is a pimpscape base so it should work. any other solutions?

    EDIT: oh snap it was like 3 am so i read that wrong... thanks.

    EDIT: need more help... [Only registered and activated users can see links. ]
     


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
  •