Home > Java > Javagetting Started > body text

How to solve the problem that mac cannot find java?

angryTom
Release: 2020-02-03 11:11:18
Original
4098 people have browsed it

How to solve the problem that mac cannot find java?

How to solve the problem that mac cannot find java?

It is very easy to find Java under mac, it only requires one command.

Command: /usr/libexec/java_home -V (note that V is capitalized)

Note: I roughly checked the files in the /usr/libexec directory and it feels like They are all software installed by default on Mac but not enabled. For example: postfix apache2, etc.

The specific search steps are as follows:

1. Open the terminal

2. Enter /usr/libexec/java_home -V

3. The command display result is as follows

● The current Mac has installed jdk directory;

● The jdk version used by Mac by default;

How to solve the problem that mac cannot find java?

Recommended related article tutorials: java introductory tutorial

The above is the detailed content of How to solve the problem that mac cannot find java?. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!