How do I check if the Java JDK is installed on Mac?

前端 未结 9 703
误落风尘
误落风尘 2021-01-29 21:48

How do you check if Java SDK is installed on a Mac?

Is there a command line for this?

9条回答
  •  感情败类
    2021-01-29 22:27

    Just type javac. If it is installed you get usage information, otherwise it would just ask if you would like to install Java.

提交回复
热议问题