Hello, throughout this tutorial I will be explaining how to set up a IDE. An IDE is a tool used across different languages to help keep your code tidy, but also to make file editing quicker.
Requirements: You must have your jdk already installed and set up.
Step one: Getting eclipse.
Go to the eclipse download page ( [Only registered and activated users can see links. ] ). download eclipse and extract it somewhere where you will remember where it is.
Step two: Creating a new project.
Once downloaded, open up eclipse. you should recieve a screen like this.
Hit 'Ok' and allow the program to load.
Once loaded, close the welcome screen, and go to 'File>New>Java Project'
You will receive a screen which looks like this
Enter a project name and hit the 'Next' Button. Once done hit the 'Finish' button. Your IDE is now set up for editing your server!
Good luck!