Version 1.4.2_03 of the JVM not suitable for this product.Version1.5 or geeater is required  

使用eclipse-jee-helios-win32 时,eclipse启动报错: Version 1.4.2_03 if the JVM is not suitable for this product. Version 1.5 or greater us required. 由于Oracle的缘故它变更了原有的jre环境
   解决:在我的电脑-高级-环境变量path中,将系统变量path里面的内容调整一下,Oracle的内容全部移到最后边,
  如现在的是:   E:\oracle\product\10.1.0\Client_1\bin;E:\oracle\product\10.1.0\Client_1\jre\1.4.2\bin\client;E:\oracle\product\10.1.0\Client_1\jre\1.4.2\bin;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;C:\Program Files\Common Files\Thunder Network\KanKan\Codecs 
  你要改成这样: %SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;C:\Program Files\Common Files\Thunder Network\KanKan\Codecs;E:\oracle\product\10.1.0\Client_1\bin;E:\oracle\product\10.1.0\Client_1\jre\1.4.2\bin\client;E:\oracle\product\10.1.0\Client_1\jre\1.4.2\bin

相关文章:

  • 2022-01-11
  • 2021-11-18
  • 2021-11-14
  • 2021-12-05
  • 2021-04-08
  • 2021-06-26
猜你喜欢
  • 2021-04-03
  • 2022-12-23
  • 2022-12-23
  • 2022-01-18
  • 2021-10-12
  • 2022-02-07
相关资源
相似解决方案