Answers for "using cmd to know java version"

4

how to see java version in windows 10

java -version
Posted by: Guest on June-26-2020
0

how to check the version of java installed on my computer

// If you have the Java Runtime Environment (JRE) version installed, run this command on your terminal(Command Prompt - for windows):
java -version

// If you have the Java Compiler version installed, run this command [still on your terminal(Command Prompt - for windows)]:
javac -version
Posted by: Guest on October-14-2021

Code answers related to "using cmd to know java version"

Code answers related to "Java"

Java Answers by Framework

Browse Popular Code Answers by Language