Where I do java coding in laptop | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Where I do java coding in laptop

3rd Jul 2017, 4:19 AM
tarun
tarun - avatar
2 Answers
+ 2
You need the Java Development Kit, go to Oracle's page and download it (preferably the latest) - Just make sure you untick the extra options during installing. Next, you need to set it up and put it in the PATH variable - You need to tell the computer where it is so that when you write "java" in the command prompt/terminal, it will be able to find it. Look this up for your OS if this sounds hard. And finally, you should get an Integrated Development Environment, with which you can easily write and compile java code. This includes Netbeans, Eclipse and IDEA. Yeah it's a bit complicated, but at least it will be a great feeling if you finally manage to do it. :D
3rd Jul 2017, 4:26 AM
Everqueen
Everqueen - avatar
0
thnx
3rd Jul 2017, 4:30 AM
tarun
tarun - avatar