Hi,
I highly recommend you to go through this page once.
In order to start coding in Java you will need following:
I highly recommend you to go through this page once.
In order to start coding in Java you will need following:
- Java Compiler
- Integrated Development Environment tool
- A Computer (lol)
Java Compiler
- Set up JAVA_HOME as JAVA_HOME=C:\Program Files (x86)\Java\jdk1.8.0_27 where you give path to the jdk. Java_home is an environment variable that holds the path information to look for JDK on that machine.
- Run following commands to set JAVA_HOME and update Path variable on your machine.
- SET JAVA_HOME = C:\Program Files\Java\jdk1.8.0_27
- SET PATH = %PATH%;%JAVA_HOME%\bin
That's it, you are now ready to write your first Java program.
Keep smiling & keep reading...
Amit Kumar
No comments:
Post a Comment