Home
> How Do I Know If Jdk Is Installed On My Computer Or Not?
Question
How do I know if JDK is installed on my computer or not?
Answers
04/04/2022
Brok Aranda
Go to the command prompt (cmd) and in the command line type java.... If you see a bunch of lines and words down that means it is installed...
If it tells you that it does not recognize java... Then it is not installed...but remember that when you install the JDK you must add the path to the bin folder of the jdk to the environment variables(path) so that everything works fine.... Because it could be that you have the JDK installed but you have not added the path of the jdk bin folder to the environment variable (path)
Go to the command prompt (cmd) and in the command line type java.... If you see a bunch of lines and words down that means it is installed...
If it tells you that it does not recognize java... Then it is not installed...but remember that when you install the JDK you must add the path to the bin folder of the jdk to the environment variables(path) so that everything works fine.... Because it could be that you have the JDK installed but you have not added the path of the jdk bin folder to the environment variable (path)