Wednesday, April 4, 2018

How to verify JAVA installed in my system?

Verify JAVA JDK installation in Windows machine.


Before continue this article, If you want to know how to download and install JAVA SE for windows 10 system refer JAVA Installation Step-by-Step

After Java installation you need to do one more important activity to setup Environment path for JAVA SE. Refer How to set Environment Variables in Java: Path and Class_path.


Verify JAVA JDK installation:

It is easy to check whether JAVA is installed in any machine. Here you can find the command to verify whether JAVA installed in Windows system.

Go to Start, type cmd, and Enter.

DOS prompt will be appeared.  Type ‘Javac’ in command prompt and press Enter.

You will see like blow screen with JAVA information.


 Congrats. You have successfully verified. Lets rock with your JAVA coding.

Download Java Installation Free quick book in PDF


<< Previous                                       Next >>

Top 3 DevOps article :
  1. How to install Eclipse for JAVA SE, JAVA EE, JAVA ME, JAVA TV, Android apps Read more...
  2. DevOps FAQ | Process | DevOps Development Environment Read more...
  3. Jenkins Tutorial | Jenkins FAQ | Jenkins Installation | Continuous Integration Read more...

No comments:

Post a Comment