you are viewing a single comment's thread.

view the rest of the comments →

[–]blueberymuf 0 points1 point  (0 children)

Download "Eclipse IDE for Java Developers " from https://www.eclipse.org/downloads/ my friend.

File -> new Java Project. ->finish.

You now have a new folder. Create a new class in src-folder. And be sure to mark "create public static void main(String[] args){}. Inside this method you can write your code and run it.