如何在Mac OS中检查安装情况

huangapple go评论75阅读模式
英文:

How to check Installation in Mac os

问题

在我的 Mac 上,当我在终端中运行 javac -version 命令时,我会得到 No Java runtime present, requesting install.,但当我运行 which javac 命令时,我会得到 /usr/bin/javac

我需要安装新的 JDK 吗?关于已经存在的 javac 文件夹,我应该怎么做?

英文:

In my mac when I run javac -version command in terminal I get No Java runtime present, requesting install. but when I run which javac command I get /usr/bin/javac.

Do I need to install new jdk? And what should I do with the javac folder which is already present?

答案1

得分: 1

尝试在终端中运行 javac --version

英文:

Try javac --version in terminal

huangapple
  • 本文由 发表于 2020年8月26日 01:33:36
  • 转载请务必保留本文链接:https://go.coder-hub.com/63584240.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定