If you need to know if the Java Development Kit (JDK) is installed on your computer, there’s a simple test. To see if the JDK is installed on a computer, simply start up the command prompt and type javac, followed by enter. If you get a result, then the JDK is installed. If it says that the program has not been found (or some similar message), then JDK is not installed on your computer.