How to set up tools for Java? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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?

20th Mar 2018, 4:27 PM
NavMen
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.
20th Mar 2018, 4:48 PM
Hatsy Rei
Hatsy Rei - avatar
0
-Solved, thanks-
21st Mar 2018, 3:30 PM
NavMen