Mad 86 Posted June 21, 2016 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
Cardozz 46 Posted June 21, 2016 I thought you were that hot grill, you've disappointed me Nah just kidding, great tut!
gkuracz 1 Posted July 23, 2016 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!
Hopewelljnj 46 Posted July 24, 2016 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
gkuracz 1 Posted July 25, 2016 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
Hopewelljnj 46 Posted July 25, 2016 Don't add the launcher. Add client.jar from your user folder /Dreambot/BotData
Recommended Posts
Archived
This topic is now archived and is closed to further replies.