Determining the version of Java SDK on the Mac

后端 未结 6 540
面向向阳花
面向向阳花 2021-01-31 01:21

I have a MacBook Pro running Snow Leopard; how can I see what version of the Java SDK is installed on my Mac?

6条回答
  •  情歌与酒
    2021-01-31 01:58

    In /System/Library/Frameworks/JavaVM.framework/Versions you'll see all the installed JDKs. There is a symbolic link named CurrentJDK pointing the active JDK.

提交回复
热议问题