Mac下打開eclipse 始終提示 你須要安裝Java SE 6 Runtime

                Mac下打開eclipse 始終提示 你須要安裝Java SE 6 Runtimeeclipse

                            周銀輝spa

 

個人mac os 版本是10.9.2,  JDK配置得好好的,但打開eclipse時仍是提示須要安裝JRE 6。解決方法以下:ip

打開/Library/Java/JavaVirtualMachines/jdkXXXXX.jdk/Contents/Info.plist 按照以下配置,而後重啓計算機。string

<key>JVMCapabilities</key>
<array>
  <string>JNI</string>
  <string>BundledApp</string>
  <string>WebStart</string>
  <string>Applets</string>
  <string>CommandLine</string>
</array>it

相關文章
相關標籤/搜索