Thread: I dont Got variable = File + abyte0?? help me plox

Results 1 to 2 of 2
  1. #1 I dont Got variable = File + abyte0?? help me plox 
    Registered Member Inenting's Avatar
    Join Date
    Apr 2010
    Age
    25
    Posts
    470
    Thanks given
    5
    Thanks received
    10
    Rep Power
    1
    I get these 4 errors when i compile :

    Code:
    Class36.java:10: cannot find symbol
    symbol  : variable abyte0
    location: class Class36
                                    abyte0 = FileOperations.ReadFile(sign.signlink.f
    indcachedir() + "data/" + file + ".dat");
                                    ^
    Class36.java:10: cannot find symbol
    symbol  : variable file
    location: class Class36
                                    abyte0 = FileOperations.ReadFile(sign.signlink.f
    indcachedir() + "data/" + file + ".dat");
    
                              ^
    Class36.java:12: cannot find symbol
    symbol  : variable abyte0
    location: class Class36
                                    abyte0 = FileOperations.ReadFile(sign.signlink.f
    indcachedir() + "data/" + file + ".dat");
                                    ^
    Class36.java:12: cannot find symbol
    symbol  : variable file
    location: class Class36
                                    abyte0 = FileOperations.ReadFile(sign.signlink.f
    indcachedir() + "data/" + file + ".dat");
    
                              ^
    Note: client.java uses unchecked or unsafe operations.
    Note: Recompile with -Xlint:unchecked for details.
    4 errors
    Finished!
    Druk op een toets om door te gaan. . .

    idk how to make variables or whatever so can you plox help me?


    Extra info: I did Justinnn Webclient tut on the crueletyx client
    Reply With Quote  
     

  2. #2  
    Registered Member Inenting's Avatar
    Join Date
    Apr 2010
    Age
    25
    Posts
    470
    Thanks given
    5
    Thanks received
    10
    Rep Power
    1
    Anyone ? plz help!!!
    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

Similar Threads

  1. Local variable Stat, Local variable lvl
    By Moarte in forum Help
    Replies: 5
    Last Post: 11-19-2009, 05:25 AM
  2. Replies: 2
    Last Post: 11-01-2009, 03:22 PM
  3. Reading a variable from moreinfo file
    By Eportal in forum Help
    Replies: 0
    Last Post: 10-25-2009, 05:28 AM
  4. abyte0
    By Warlock 999 in forum Help
    Replies: 4
    Last Post: 05-13-2009, 10:11 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •