Thread: Emulous Woodcutting

Results 1 to 2 of 2
  1. #1 Emulous Woodcutting 
    Registered Member
    Join Date
    Dec 2009
    Posts
    253
    Thanks given
    5
    Thanks received
    0
    Rep Power
    3
    I've been trying to import woodcutting into my Emulous source. but im getting errors:

    Code:
    .\server\model\players\skills\woodcutting.java:15: class Woodcutting is public,
    should be declared in a file named Woodcutting.java
    public class Woodcutting implements Skill
           ^
    .\server\model\players\Client.java:52: cannot access server.model.players.skills
    .woodcutting
    bad class file: .\server\model\players\skills\woodcutting.java
    file does not contain class server.model.players.skills.woodcutting
    Please remove or make sure it appears in the correct subdirectory of the classpa
    th.
            public woodcutting wc = new woodcutting(this);
                   ^
    Press any key to continue . . .
    Woodcutting.java 15 line:
    Code:
    public class Woodcutting implements Skill
    Client.java 52 line:
    Code:
    public woodcutting wc = new woodcutting(this);
    help me please!
    Reply With Quote  
     

  2. #2  
    Registered Member
    Whired's Avatar
    Join Date
    Aug 2007
    Posts
    2,126
    Thanks given
    238
    Thanks received
    500
    Rep Power
    822
    Capitalize the W.

    Case matters.
    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
  •