Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

java check jre version

java -version  #for jre version
javac -version  # for java compiler version 
Comment

check java version

java --version
Comment

how to check java version by cmd

Java –version
Comment

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 
Comment

how to get java version in java

System.getProperty("java.version")
Comment

PREVIOUS NEXT
Code Example
Shell :: upgrading composer globally on windows 
Shell :: ls | wc -l in other directory 
Shell :: k8 svc url 
Shell :: how to install rust wsl zsh 
Shell :: sublime text download ubuntu 
Shell :: docker no space left on device 
Shell :: install obs studio ubuntu 
Shell :: npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.13: wanted 
Shell :: changing mac address linux 
Shell :: see raid config linux 
Shell :: brew install pip 
Shell :: download directory from github 
Shell :: ano de lançamento do youtube 
Shell :: raspberry add-apt-repository command not found 
Shell :: react router not working in cpanel 
Shell :: another-git-process-seems-to-be-running-in-this-repository 
Shell :: install serverless 
Shell :: install drupal using composer 
Shell :: how to find process running on port in ubuntu 
Shell :: pip install mysqlclient 
Shell :: mac delete node_modules 
Shell :: add docker to group 
Shell :: find port and kill 
Shell :: Fix the upstream dependency conflict, or retry 
Shell :: how to find current active yarn resource manager 
Shell :: know if your computer uses mesa 
Shell :: give all privileges to single player minetest 
Shell :: install gnu grep on mac 
Shell :: docker remove all images with name <none 
Shell :: change last commit date 
ADD CONTENT
Topic
Content
Source link
Name
5+8 =