Mac OS X 10.6.7 Java Path Current JDK confusing

前端 未结 5 1280
臣服心动
臣服心动 2020-11-29 02:05

I have trouble understanding (actual paths vs links) for multiple java versions on my Mac OSX. Normally in windows if I have multiple versions installed in my machine, I can

5条回答
  •  再見小時候
    2020-11-29 02:13

    Most possibly you only have one jdk installed, thus all the soft links points to the same jdk. If you however did have multiple jdks installed you would need to choose which one to use with the 'Java Preferences' app in your /Application/Utilities.

    Soft links are by the way created with the ln -s command from Terminal.

提交回复
热议问题