+ 1
Where I do java coding in laptop
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
0
thnx