Where is Oracle's (Sun's) JDK/JRE installed on Mac OS X 10.8 Mountain Lion?

前端 未结 8 1707
余生分开走
余生分开走 2020-12-29 01:34

Where does Oracle (Sun) install their JDK/JRE on Mac OS X 10.8 Mountain Lion?

8条回答
  •  北海茫月
    2020-12-29 01:46

    The JDK/JRE as mentioned in previous answers is located in /Library/Java/JavaVirtualMachines//Contents/Home/. The JRE is dir under this Home. Interestingly browsers doesn't use files from this location for java applet plugin. The location used by browsers is /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/. In fact if you run JRE installer, it updates the files in this location rather than JDK/JRE location.

提交回复
热议问题