Thread: wat did i do wronge? rep++ if helped

Page 1 of 2 12 LastLast
Results 1 to 10 of 12
  1. #1 wat did i do wronge? rep++ if helped 
    firenaith343
    Guest
    Code:
    server.java:44: cannot find symbol
    symbol	: class DialogueHandler
    location: class server
    		public static DialogueHandler DialogueHandler = null;
    			      ^	
    server.java:166: cannot find symbol
    symbol	: class DialogueHandler
    location: class server
    		DialogueHandler = new DialogueHandler();
    				      ^
    2 errors
    Press any key to continue . . .
    plz help rep ++
    Reply With Quote  
     

  2. #2  
    Banned

    Join Date
    May 2009
    Posts
    1,387
    Thanks given
    21
    Thanks received
    14
    Rep Power
    0
    Read the error.. you don't have a DialogureHandler file..
    Reply With Quote  
     

  3. #3  
    firenaith343
    Guest
    acttualy kenny i do have dialoguehandler
    Reply With Quote  
     

  4. #4  
    Registered Member
    Hunter's Avatar
    Join Date
    Jun 2009
    Age
    33
    Posts
    857
    Thanks given
    3
    Thanks received
    23
    Rep Power
    216
    Is your source packaged? If so, did you import the class?
    Reply With Quote  
     

  5. #5  
    Registered Member

    Join Date
    Oct 2009
    Posts
    182
    Thanks given
    0
    Thanks received
    0
    Rep Power
    223
    Add the public modifier:
    Code:
    public DialogueHandler = new DialogueHandler();
    Reply With Quote  
     

  6. #6  
    Ash
    Guest
    Lmao. This is too easy.
    Reply With Quote  
     

  7. #7  
    ⚓Manic-Owner⚓


    Join Date
    Nov 2007
    Posts
    2,711
    Thanks given
    47
    Thanks received
    9
    Rep Power
    650
    Quote Originally Posted by firenaith343 View Post
    acttualy kenny i do have dialoguehandler
    Dialoguehandler, not dialoguehandler...
    Reply With Quote  
     

  8. #8  
    firenaith343
    Guest
    Quote Originally Posted by Hunter View Post
    Is your source packaged? If so, did you import the class?
    wat do u mean??
    Reply With Quote  
     

  9. #9  
    ⚓Manic-Owner⚓


    Join Date
    Nov 2007
    Posts
    2,711
    Thanks given
    47
    Thanks received
    9
    Rep Power
    650
    u idiot dont listen to hunter, look at my comment
    Reply With Quote  
     

  10. #10  
    firenaith343
    Guest
    Quote Originally Posted by Jdog View Post
    Dialoguehandler, not dialoguehandler...
    yes i knw its DialogueHandler
    Reply With Quote  
     

Page 1 of 2 12 LastLast

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
  •