我有以下安裝了Java:JVM要求不相適應錯誤
Java 32 bit
Java 64 bit
我已經安裝在我的Windows 7 64 bit
指向jdk1.8.0_05
eclipse-standard-kepler-SR2-win32-x86_64
。
當試圖安裝IBM軟件包(IBM Rational Team Concert的客戶端)使用IBM安裝管理器,它提供了以下錯誤:
The JVM requirements of the package are incompatible with the JVM java version "1.8.0_05" used by the existing Eclipse IDE
這是我eclipse.ini
:
-startup
plugins/org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.200.v20140116-2212
-product
org.eclipse.epp.package.standard.product
--launcher.defaultAction
openFile
--launcher.XXMaxPermSize
256M
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
256m
--launcher.defaultAction
openFile
--launcher.appendVmargs
-vm
C:\Program Files\Java\jdk1.8.0_05\bin
-vmargs
-Dosgi.requiredJavaVersion=1.6
-Xms40m
-Xmx512m
什麼東西我錯了?
你能分享這個錯誤嗎? –
編輯我的帖子! – Rendy