1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Loading Local Bots

Discussion in 'Programming & Hardware' started by cirlax, Jun 29, 2015.

  1. cirlax

    Joined:
    Jun 28, 2015
    Messages:
    4
    Likes Received:
    1
    I am starting to try and develop some bots for Runemate but I am having difficultly loading local bots. I have accessed the -sdk and trying navigating to folders with the manifest, java, and class files. I also tried just downloading a opensource AesIron bot to tried to run it locally. I keep getting the same cannot find .class file error. Am I missing something?
    Thanks for your help
     
  2. Cloud

    Cloud Engineer

    Joined:
    Jul 28, 2013
    Messages:
    2,777
    Likes Received:
    1,124
    The folder needs to have the manifest and be able to resolve all the .class files needed.
     
  3. cirlax

    Joined:
    Jun 28, 2015
    Messages:
    4
    Likes Received:
    1
    Screenshot 2015-06-29 12.23.22.png
    --- Double Post Merged, Jun 29, 2015, Original Post Date: Jun 29, 2015 ---
    Here is screen shot of the Manifest and navigation from runemate sdk. This is only one class file and the manifest in the folder. I must be missing something. Thanks our your help.
     
  4. Hazard

    Joined:
    Apr 18, 2015
    Messages:
    408
    Likes Received:
    84
    Paste the first line of AesIron.java please (the package name)
     
  5. cirlax

    Joined:
    Jun 28, 2015
    Messages:
    4
    Likes Received:
    1
    package CoalMiner;
     
  6. Hazard

    Joined:
    Apr 18, 2015
    Messages:
    408
    Likes Received:
    84
    Manifest:

    <main-class>CoalMiner.AesIron</main-class>
     
  7. cirlax

    Joined:
    Jun 28, 2015
    Messages:
    4
    Likes Received:
    1
    @Hazard
    That was it thanks Hazard. now I can actually start to code.
     
    #7 cirlax, Jun 29, 2015
    Last edited: Jun 29, 2015
    Hazard likes this.
  8. Salvation

    Salvation First Bot Author

    Joined:
    Aug 7, 2013
    Messages:
    262
    Likes Received:
    68
    SlashnHax likes this.

Share This Page

Loading...