Thread: offline message system help

Results 1 to 4 of 4
  1. #1 offline message system help 
    demonnd64
    Guest
    ok im writing an ofline message system i just need to load the message onto an interface but this isnt working for me =/
    Code:
          characterfile = new BufferedReader(new FileReader("./messages/" + playerName + ".txt"));
    any ideas on what i could use??
    Reply With Quote  
     

  2. #2  
    Banned

    Join Date
    Jul 2008
    Age
    28
    Posts
    5,827
    Thanks given
    1,301
    Thanks received
    197
    Rep Power
    0
    You could start by telling us whats wrong.
    Reply With Quote  
     

  3. #3  
    demonnd64
    Guest
    well nothing is really wrong i need help on how to get the code to load the message written in the players message file onto an interface (perferably the quest interface)
    Reply With Quote  
     

  4. #4  
    demonnd64
    Guest
    Code:
    --------------------------------------------------------------------------------
    
                                   COMPILER
    --------------------------------------------------------------------------------
    
    ________________________________________________________________________________
    
                                        RESULTS:
    client.java:13165: cannot find symbol
    symbol  : variable characterfile
    location: class client
          characterfile = new BufferedReader(new FileReader("./messages/" + playerNa
    me + ".txt"));
          ^
    Note: stream.java uses or overrides a deprecated API.
    Note: Recompile with -Xlint:deprecation for details.
    1 error
    Compiling Finished.
    Press any key to continue . . .
    that is the error i get
    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
  •