Thread: Bad class file?

Results 1 to 4 of 4
  1. #1 Bad class file? 
    Registered Member pk3r john's Avatar
    Join Date
    Apr 2009
    Posts
    877
    Thanks given
    16
    Thanks received
    30
    Rep Power
    63
    Code:
    .\server\model\players\packets\ClickingButtons.java:6: cannot access server.mode
    l.players.skills.Fletching
    bad class file: .\server\model\players\skills\Fletching.java
    file does not contain class server.model.players.skills.Fletching
    Please remove or make sure it appears in the correct subdirectory of the classpa
    th.
    import server.model.players.skills.Fletching;
                                      ^
    1 error
    Press any key to continue . . .
    That is the right directory...
    Reply With Quote  
     

  2. #2  
    PokeNation! Xaves's Avatar
    Join Date
    Dec 2007
    Age
    32
    Posts
    3,476
    Thanks given
    356
    Thanks received
    788
    Rep Power
    646
    i had this problem befora, i think file was corrupted, but im not sure
    Reply With Quote  
     

  3. #3  
    Registered Member

    Join Date
    Oct 2009
    Age
    28
    Posts
    391
    Thanks given
    19
    Thanks received
    4
    Rep Power
    159
    Quote Originally Posted by pk3r john View Post
    Code:
    .\server\model\players\packets\ClickingButtons.java:6: cannot access server.mode
    l.players.skills.Fletching
    bad class file: .\server\model\players\skills\Fletching.java
    file does not contain class server.model.players.skills.Fletching
    Please remove or make sure it appears in the correct subdirectory of the classpa
    th.
    import server.model.players.skills.Fletching;
                                      ^
    1 error
    Press any key to continue . . .
    That is the right directory...
    Are you 100% sure that the Fletching.java file has the correct package declaration? - Because that's what these errors mean..
    Reply With Quote  
     

  4. #4  
    Registered Member pk3r john's Avatar
    Join Date
    Apr 2009
    Posts
    877
    Thanks given
    16
    Thanks received
    30
    Rep Power
    63
    Quote Originally Posted by Benjamin View Post
    Are you 100% sure that the Fletching.java file has the correct package declaration? - Because that's what these errors mean..
    Oo thanks, that was my problem
    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
  •