Link to home
Start Free TrialLog in
Avatar of mrong
mrong

asked on

Can't Start my BIRT Dsigner

Greeting,
My BIRT Designer was working fine till this morning. When I opened it, it displayed the following message in a popup window. Did I accidently delete any plugins?

Any thoughts are appreciated!

JVM terminated. Exit code=-1
-Dosgi.requiredJavaVersion=1.5
-Xms40m
-Xmx512m
-XX:MaxPermSize=256M
-Dhava.class.path=C:\BIRT2.3.0\eclipse\plugins\org.eclipse.equinox.launcher_1.0.100.v20080509-1800.ar
...........


Avatar of __geof__
__geof__
Flag of Norway image

It looks like an eclipse install so I wonder if you edited the eclipse.ini file? Or did you write the error message without copy-paste? Because there are 2 errors on this line: -Dhava.class.path=C:\BIRT2.3.0\eclipse\plugins\org.eclipse.equinox.launcher_1.0.100.v20080509-1800.ar
it is -Djava not Dhava and the extension is .jar not .ar
Avatar of mrong
mrong

ASKER

I didn't edit eclipse.ini  nor wrote error code...
I tried to re-install BIRT all-in-one, but still didn't work. So I had a feeling I accidentlly delete some plugins...
can you post the eclipse.ini file?
Avatar of mrong

ASKER

Sure. thanks.

-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
256M
-framework
plugins\org.eclipse.osgi_3.4.0.v20080605-1900.jar
-vmargs
-Dosgi.requiredJavaVersion=1.5
-Xms40m
-Xmx512m
ASKER CERTIFIED SOLUTION
Avatar of mrong
mrong

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial