0
How to set up tools for Java?
which tools/applications should I install to run my java codes, how to create a project and which editor you prefer to edit?
3 Answers
+ 10
Download and install JDK on your comp.
http://www.oracle.com/technetwork/java/javase/downloads/index.html
Get an IDE if you do not want to compile using CLI. (I use IntelliJ IDEA)
https://www.jetbrains.com/idea/
Attempt to start a project and run a code. Iterate between doing so and searching Google for troubleshooting, should any errors occur.
0
-Solved, thanks-