Home  >  Article  >  Operation and Maintenance  >  How to determine whether jdk is installed in linux

How to determine whether jdk is installed in linux

王林
王林Original
2019-12-25 10:47:152716browse

How to determine whether jdk is installed in linux

Method 1: Check whether the jdk environment variable is set

echo $JAVA_HOME;

Related learning video tutorial sharing: linux video tutorial

Method 2: Check whether the version can be viewed

java -verion

Method 3: Check the background process

ps -ef|grep java

Recommended related articles and tutorials:linux tutorial

The above is the detailed content of How to determine whether jdk is installed in linux. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn