RSBot Java Programming | Lesson 1
65Installing Eclipse
So...
After listening to that video, hopefully you have Eclipse installed.
Most serious Java developers like NetBeans more, but I'd rather stick to Eclipse, that is simpler. Also, in NetBeans I do now know how to select as source folder any folder so that's something against it...
If you couldn't see the video for some reason, just know that to install Eclipse you have to follow these steps:
- Open up http://www.eclipse.org.
- Go to the "Downloads" tab, and download Eclipse IDE for Java Developers (at the moment it is 92MB). Select your OS, and download.
- Install it wherever you wish.
- Open it up, and click New --> Java Project.
- Name it, and in the Source Folder select your RSBot folder, that hopefully you have downloaded.
- Click in finish (you don't want to change anything more).
- There you have your project (in the left hand side).
- Now, when you click in the opening arrow of your project, you will hopefully see the RSBot folder. What you want to open is the "Scripts" folder, and in the default package, click in New --> Class.
- You've got your Script there, ready to be programmed!
Now you should be set up to start programming! My next hub will be about an introduction to data types, so lets get started!
PrintShare it! — Rate it: up down flag this hub









