Home
Analytics
JVM terminated. Exit code=-1
bobk544
Hello, i'm getting this error after downloading BIRT and after trying to make sure i've got the right jvm 1.5 referenced, does anyone have a clue what might be going on with this error when i select the eclipse.exe file in the BIRT directory please?
JVM terminated. Exit code=-1
-Dosgi.requiredJavaVersion=1.5
C:ECLIPSE3.5BIRTeclipse>java -version
java version "1.5.0_18"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_18-b02)
Java HotSpot(TM) Client VM (build 1.5.0_18-b02, mixed mode, sharing)
Eclipse
JVM terminated. Exit code=-1
-Dosgi.requiredJavaVersion=1.5
-Xms40m
-Xmx512m
-XX:MaxPermSize=256m
-Djava.class.path=C:ECLIPSE3.5BIRTeclipseplugins/org.eclipse.equinox.launcher_1.0.200.v20090520.jar
-os win32
-ws win32
-arch x86
-showsplash C:ECLIPSE3.5BIRTeclipsepluginsorg.eclipse.platform_3.3.200.v200906111540splash.bmp
-launcher C:ECLIPSE3.5BIRTeclipseeclipse.exe
-name Eclipse
--launcher.library
C:ECLIPSE3.5BIRTeclipseplugins/org.eclipse.equinox.launcher.win32.win32.x86_1.0.200.v20090519eclipse_1206.dll
-startup C:ECLIPSE3.5BIRTeclipseplugins/org.eclipse.equinox.launcher_1.0.200.v20090520.jar
-product org.eclipse.epp.package.reporting.product
-vm C:Program FilesJavajre6binclientjvm.dll
-vmargs
-Dosgi.requiredJavaVersion=1.5
-Xms40m
-Xmx512m
-XX:MaxPermSize=256m
-Djava.class.path=C:ECLIPSE3.5BIRTeclipseplugins/org.eclipse.equinox.launcher_1.0.200.v20090520.jar
Find more posts tagged with
Comments
bobk544
ok the problem was in the "eclipse.ini" file notice how the 256m is located on its own line it should be --launcher.XXMaxPermSize=256m, not sure why it was created that way but now its running, so thanks all for at least taking a look!
BobK
-startup
plugins/org.eclipse.equinox.launcher_1.0.200.v20090520.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.0.200.v20090519
-product
org.eclipse.epp.package.reporting.product
--launcher.XXMaxPermSize
256M
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
256m
-vmargs
-Dosgi.requiredJavaVersion=1.5
-Xms40m
-Xmx512m