-
Notifications
You must be signed in to change notification settings - Fork 12
Home
Rafał Poniatowski edited this page Mar 26, 2016
·
5 revisions
You can use both Eclipse or NetBeans to write your bot. It's up to you. Most people use Eclipse.
To use Eclipse follow the steps as described here.
If you however prefer to use NetBeans (like I do) all you need to do is to:
-
File
>New Project
Java Project from existing sources
- Indicate Atlantis directory, give project any name you like
- In the next tab add
src
directory as the source - Click finish
- Right click on project and select
Properties
- Choose
Libraries
section and select 32-bit Java Platform - You should now be able to run your project in NetBeans 👍