(1)电脑升级为10.10后,打开eclipse总是提示”您需要安装旧 Java SE 6 运行环境才能打开“Eclipse”。
解决:安装JKD
 
(2)不能安装JKD
"Oracle的Java要求Mac OS X 10.7.3或更高版本"
[MAC OSX - 1] OSX10.10不能安装JKD8,不能使用eclipse
 
如此蛇精病的bug,常理是不能解决的,就暂时修改系统的版本号了
修改:
sudo sed -i '' 's/>10.10.1</>10.9</' /System/Library/CoreServices/SystemVersion.plist

恢复:
sudo sed -i '' 's/>10.9</>10.10.1</' /System/Library/CoreServices/SystemVersion.plist
 
SsytemVersion.plist这个文件保存了系统的版本号
 
[MAC OSX - 1] OSX10.10不能安装JKD8,不能使用eclipse
 

相关文章:

  • 2021-06-06
  • 2021-07-30
  • 2022-12-23
  • 2021-05-29
  • 2022-12-23
  • 2021-08-11
  • 2021-11-02
  • 2021-11-28
猜你喜欢
  • 2021-05-06
  • 2022-12-23
  • 2022-01-13
  • 2021-06-16
  • 2021-11-06
  • 2021-09-09
  • 2021-10-24
相关资源
相似解决方案