Jump to content
Frequently Asked Questions
  • Are you not able to open the client? Try following our getting started guide
  • Still not working? Try downloading and running JarFix
  • Help! My bot doesn't do anything! Enable fresh start in client settings and restart the client
  • How to purchase with PayPal/OSRS/Crypto gold? You can purchase vouchers from other users
  • Java Tutorial Series


    Mad

    Recommended Posts

    Posted

    Hi guys i'm gonna be starting up a java tutorial series (not scripting specific).

     

    Java Beginner Tutorial - Hello World

    https://www.youtube.com/watch?v=xiTCfVtOceo

     

    Java Beginner Tutorial - Variables

    https://www.youtube.com/watch?v=4OC8Yh44wAY

     

    Java Beginner Tutorial - Loops

    https://www.youtube.com/watch?v=xJBpRJUlgQA

     

    Java Beginner Tutorial - Functions

    https://www.youtube.com/watch?v=r0ae5wqOof4

     

    Java Beginner Tutorial - Creating a BMI Calculator w/ User Input

    https://www.youtube.com/watch?v=KgC2tiy8uOo

     

    I will try to be posting atleast once every two days or so.

     

    Please like and subscribe :)

    Posted

    Great video, great quality. I will definitely be following!

    Posted

    I thought you were that hot grill, you've disappointed me :(

     

    Nah just kidding, great tut!

    Posted

    updated w/ two more videos :)


    updated


    updated

    • 5 weeks later...
    Posted

    Hey, I'm new to Java been programming in C/C++ for years. How do I add the Dreambots API libraries to the Eclipse project?

    For instance, i've been seeing these lines i suppose they correspond to them:
    import org.dreambot.api.methods.Calculations;
    import org.dreambot.api.methods.map.Area;
    import org.dreambot.api.methods.map.Tile;
    import org.dreambot.api.methods.skills.Skill;


    import java.awt.*;

    Thank you!

    Posted

    Hey, I'm new to Java been programming in C/C++ for years. How do I add the Dreambots API libraries to the Eclipse project?

     

    For instance, i've been seeing these lines i suppose they correspond to them:

    import org.dreambot.api.methods.Calculations;

    import org.dreambot.api.methods.map.Area;

    import org.dreambot.api.methods.map.Tile;

    import org.dreambot.api.methods.skills.Skill;

     

     

    import java.awt.*;

     

    Thank you!

    You need to add the client.jar as a library in your project

    Posted

    You need to add the client.jar as a library in your project

    Alright, I've added the client that I downloaded from the homepage. Still get those errors, in fact it doesn't have the .api. area

    Posted

    Don't add the launcher. Add client.jar from your user folder /Dreambot/BotData

    Archived

    This topic is now archived and is closed to further replies.

    ×
    ×
    • Create New...

    Important Information

    We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.