Determining the version of Java SDK on the Mac

后端 未结 6 593
面向向阳花
面向向阳花 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 02:17

    Which SDKs? If you mean the SDK for Cocoa development, you can check in /Developer/SDKs/ to see which ones you have installed.

    If you're looking for the Java SDK version, then open up /Applications/Utilities/Java Preferences. The versions of Java that you have installed are listed there.

    On Mac OS X 10.6, though, the only Java version is 1.6.

提交回复
热议问题