Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Problem Opening Eclipse
Problem Opening Eclipse [message #249493] Wed, 20 February 2008 10:47 Go to next message
Eclipse UserFriend
Originally posted by: wen.g.he.gmail.com

Hi:

When I double click the eclipse.exe, after the splash window, there is a
big message box reading: JVM terminated. Exit Code=-1...(very long message
and it dosn't allow to copy, otherwise I will paste it here), then I click
OK and nothing happens.

The problem won't go away until I reboot the PC.

Anyone know what happened and how to fix it?

Thank you very much

Wen
Re: Problem Opening Eclipse [message #249498 is a reply to message #249493] Wed, 20 February 2008 11:12 Go to previous messageGo to next message
Krzysztof Daniel is currently offline Krzysztof DanielFriend
Messages: 42
Registered: July 2009
Member
Hello

Try to open eclipse using eclipsec command to see the output.

Look for .log file in your workspace .metadata folder (I am not sure if
this exists in this case).

Try to rewrite that message.

Regards,
Chris
Re: Problem Opening Eclipse [message #249530 is a reply to message #249493] Wed, 20 February 2008 16:02 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: eclipse-news.rizzoweb.com

Wen He wrote:
> Hi:
>
> When I double click the eclipse.exe, after the splash window, there is a
> big message box reading: JVM terminated. Exit Code=-1...(very long
> message and it dosn't allow to copy, otherwise I will paste it here),
> then I click OK and nothing happens.
> The problem won't go away until I reboot the PC.
> Anyone know what happened and how to fix it?

What OS?
What Eclipse version?
What are the contents of your eclipse.ini file?
What, if any, command-line arguments are you passing to eclipse.exe?
Re: Problem Opening Eclipse [message #249616 is a reply to message #249530] Thu, 21 February 2008 11:40 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: wen.g.he.gmail.com

Eric Rizzo wrote:

> Wen He wrote:
>> Hi:
>>
>> When I double click the eclipse.exe, after the splash window, there is a
>> big message box reading: JVM terminated. Exit Code=-1...(very long
>> message and it dosn't allow to copy, otherwise I will paste it here),
>> then I click OK and nothing happens.
>> The problem won't go away until I reboot the PC.
>> Anyone know what happened and how to fix it?

> What OS?
> What Eclipse version?
> What are the contents of your eclipse.ini file?
> What, if any, command-line arguments are you passing to eclipse.exe?

Hi Eric:

OS: Windows XP

Version: Release 3.3.0 Last revised June 8, 2007

ini: -showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
128M
-vmargs
-Xms40m
-Xmx512m

No argument, I double click the eclipse icon to active eclipse.

Thank you

Wen
Re: Problem Opening Eclipse [message #249630 is a reply to message #249498] Thu, 21 February 2008 12:24 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: wen.g.he.gmail.com

http://www.itcv.741.com/
Re: Problem Opening Eclipse [message #249633 is a reply to message #249498] Thu, 21 February 2008 12:32 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: wen.g.he.gmail.com

Christopher Daniel wrote:

> Hello

> Try to open eclipse using eclipsec command to see the output.

> Look for .log file in your workspace .metadata folder (I am not sure if
> this exists in this case).

> Try to rewrite that message.

> Regards,
> Chris

Hi Chris:

Can't see the output by 'eclipse' in command prompt.
No record of the error msg in .log file.

I have the screen shot stored in the following link(please close the ads
first)
http://www.itcv.741.com/

Thank you very much

Wen
Re: Problem Opening Eclipse [message #249766 is a reply to message #249616] Thu, 21 February 2008 14:47 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: eclipse-news.rizzoweb.com

Wen He wrote:
> Eric Rizzo wrote:
>
>> Wen He wrote:
>>> Hi:
>>>
>>> When I double click the eclipse.exe, after the splash window, there
>>> is a big message box reading: JVM terminated. Exit Code=-1...(very
>>> long message and it dosn't allow to copy, otherwise I will paste it
>>> here), then I click OK and nothing happens.
>>> The problem won't go away until I reboot the PC.
>>> Anyone know what happened and how to fix it?
>
>> What OS?
>> What Eclipse version?
>> What are the contents of your eclipse.ini file?
>> What, if any, command-line arguments are you passing to eclipse.exe?
>
> Hi Eric:
>
> OS: Windows XP
>
> Version: Release 3.3.0 Last revised June 8, 2007
>
> ini: -showsplash
> org.eclipse.platform
> --launcher.XXMaxPermSize
> 128M
> -vmargs
> -Xms40m
> -Xmx512m

I see from your screen shot that you've got JRE 1.6. Can you try
installing JDK 1.5 and direct Eclipse to use that as described in
http://wiki.eclipse.org/Eclipse.ini

Eric
Re: Problem Opening Eclipse [message #249792 is a reply to message #249633] Thu, 21 February 2008 19:00 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: wharley.bea.com

"Wen He" <wen.g.he@gmail.com> wrote in message
news:05e072c8a824f9fe116369a753883ce6$1@www.eclipse.org...
>
> I have the screen shot stored in the following link(please close the ads
> first)
> http://www.itcv.741.com/

In FireFox, the ads obscure the text, and at least one of them cannot be
closed at all. That site makes me pretty nervous and I would advise other
people NOT to follow this link.

Wen, are you sure the text in that message box can't be copied? If you hit
Ctrl+C while the messagebox has focus, and then open a text editor and
Ctrl+V, do you get anything?
Re: Problem Opening Eclipse [message #249876 is a reply to message #249766] Fri, 22 February 2008 21:17 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: wen.g.he.gmail.com

> I see from your screen shot that you've got JRE 1.6. Can you try
> installing JDK 1.5 and direct Eclipse to use that as described in
> http://wiki.eclipse.org/Eclipse.ini

> Eric


Hi Eric:

The problem solved!!

Thank you for your great help.
Before I install 1.5, I actually directed Eclipse by adding this line to
ini

C:\Program Files\Java\jre1.6.0_03\bin\javaw.exe

And then I can open up Eclipse smoothly whenever I want.

But since you suggested me to install JDK 1.5, can I ask why?

Thank you

Wen
Re: Problem Opening Eclipse [message #249903 is a reply to message #249876] Fri, 22 February 2008 23:47 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: eclipse-news.rizzoweb.com

Wen He wrote:
>
>> I see from your screen shot that you've got JRE 1.6. Can you try
>> installing JDK 1.5 and direct Eclipse to use that as described in
>> http://wiki.eclipse.org/Eclipse.ini
>
>> Eric
>
>
> Hi Eric:
>
> The problem solved!!
>
> Thank you for your great help. Before I install 1.5, I actually
> directed Eclipse by adding this line to ini
>
> C:\Program Files\Java\jre1.6.0_03\bin\javaw.exe
>
> And then I can open up Eclipse smoothly whenever I want.
>
> But since you suggested me to install JDK 1.5, can I ask why?

It was a "shot in the dark." I've seen 1 or two people report that
(supposedly) switching from Java 6 to Java 5 solved some strange
behavior they were seeing.

I would still suggest that you use a JDK instead of a JRE - if you
install the JDK _with_ the source code option it is a much nicer
experience in Eclipse.

Hope this helps,
Eric
Re: Problem Opening Eclipse [message #249931 is a reply to message #249903] Sat, 23 February 2008 05:08 Go to previous message
Eclipse UserFriend
Originally posted by: wen.g.he.gmail.com

Hi Eric:

Thank you very much.
Your contribution makes me, a new comer, feel much at ease despite
problems, one after another.

Wen
Previous Topic:BeanBox equivalent in Eclipse
Next Topic:C++ Compilers which work with Eclipse
Goto Forum:
  


Current Time: Sun Jul 21 17:21:30 GMT 2024

Powered by FUDForum. Page generated in 0.08725 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top