Skip to content
Rafał Poniatowski edited this page Mar 26, 2016 · 5 revisions

IDE: Eclipse or NetBeans?

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 👍
Clone this wiki locally