[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools] Re: Newby: Error on starting

"Christian Kanele" <kanele@xxxxxx> wrote in message
news:b7lld7$lcp$1@xxxxxxxxxxxxxxxx
> As a newby,
> I wonder how this error during startup of eclipse could be solved. I
> cannot start eclipse no more.
> "The error-msg is as follows:
> JVM terminated. Exit code =2
> C:\winnt\system32\javaw.exe
> -cp C:\Apps\eclipse\eclipse.exe -showsplash 600"
>
> What have I to do to repair eclipse?
> Thankyou.

It's trying to use the Microsoft java VM. Install Sun's VM
(http://java.sun.com/j2se/1.4.1/download.html ) (or IBM's). If you still get
this error, launch eclipse using a shortcut with a target like
"C:\Program Files\eclipse\eclipse.exe" -vm "C:\Program
Files\JavaSoft\j2sdk1.4.1_02\jre\bin\javaw.exe"
so it knows which VM to use.
-M