Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

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 
Source by techtechinfo.com #
 
PREVIOUS NEXT
Tagged: #check #version #java #installed #computer
ADD COMMENT
Topic
Name
8+5 =