Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Eclipse won't start
Eclipse won't start [message #269778] Thu, 26 March 2009 15:39 Go to next message
hongsun is currently offline hongsunFriend
Messages: 2
Registered: July 2009
Junior Member
I install eclipse in a windows xp professional x64 edition pc(I delete the
old folder)
I have java vm installed in "c:\program
files\java\jdk1.6.0_13\jre\bin\javaw.exe"

When I run eclipse, it starts a few second then stops. From Windows Task
Manager, I can see that eclipse and javaw start and go.

What happens? any help?

My CPU is Xeon(R) E5430 @ 2.66GHz, 8G RAM


thanks
Re: Eclipse won't start [message #269780 is a reply to message #269778] Thu, 26 March 2009 20:07 Go to previous messageGo to next message
Walter Harley is currently offline Walter HarleyFriend
Messages: 847
Registered: July 2009
Senior Member
"hongsun " <hongsun@gmail.com> wrote in message
news:27c1ee9fdda3e56d0743e14ff2e92325$1@www.eclipse.org...
>I install eclipse in a windows xp professional x64 edition pc(I delete the
>old folder)
> I have java vm installed in "c:\program
> files\java\jdk1.6.0_13\jre\bin\javaw.exe"
>
> When I run eclipse, it starts a few second then stops. From Windows Task
> Manager, I can see that eclipse and javaw start and go.
>
> What happens? any help?


What did you use to unzip Eclipse? If you used the Windows built-in unzip
tool, you may have corrupted files. Try using WinZip or something like
that. (This is documented on the download page, somewhere...)

Also, make sure that you are actually using the VM you think you are using.
Sometimes other applications install old out-of-date JVMs on the path. If
you open a command shell and type "java -version", what do you get? (You
can also specify a particular JVM location in your eclipse.ini or on the
Eclipse command line.)

You may find some answers at
http://wiki.eclipse.org/FAQ_I_unzipped_Eclipse%2C_but_it_won %27t_start._Why%3F .
Re: Eclipse won't start [message #269789 is a reply to message #269780] Fri, 27 March 2009 14:04 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: eclipse-news.rizzoweb.com

On 3/26/2009 4:07 PM, Walter Harley wrote:
> "hongsun "<hongsun@gmail.com> wrote in message
> news:27c1ee9fdda3e56d0743e14ff2e92325$1@www.eclipse.org...
>> I install eclipse in a windows xp professional x64 edition pc(I delete the
>> old folder)
>> I have java vm installed in "c:\program
>> files\java\jdk1.6.0_13\jre\bin\javaw.exe"
>>
>> When I run eclipse, it starts a few second then stops. From Windows Task
>> Manager, I can see that eclipse and javaw start and go.
>>
>> What happens? any help?
>
>
> What did you use to unzip Eclipse? If you used the Windows built-in unzip
> tool, you may have corrupted files. Try using WinZip or something like
> that. (This is documented on the download page, somewhere...)
>
> Also, make sure that you are actually using the VM you think you are using.
> Sometimes other applications install old out-of-date JVMs on the path. If
> you open a command shell and type "java -version", what do you get? (You
> can also specify a particular JVM location in your eclipse.ini or on the
> Eclipse command line.)
>
> You may find some answers at
> http://wiki.eclipse.org/FAQ_I_unzipped_Eclipse%2C_but_it_won %27t_start._Why%3F .
>
>

Also, make sure if you are using a 64-bit JVM that you have a 64-bit
build of Eclipse. If you have a 32-bit JVM make sure you are using
32-bit Eclipse (the default).

Eric
Re: Eclipse won't start [message #269869 is a reply to message #269780] Wed, 01 April 2009 11:59 Go to previous messageGo to next message
rosane is currently offline rosaneFriend
Messages: 9
Registered: July 2009
Junior Member
I am a new user here.

I work with Fedora Eclipse 3.1.2 + Fedora Core 6.
Is it good? Isn't out of date?
Because when I run some application ou applet ou swt,
shows this message: Can not connect to VM!
Dou you know if is there any conflicts with them?

Thanks
Re: Eclipse won't start [message #269890 is a reply to message #269869] Wed, 01 April 2009 19:35 Go to previous messageGo to next message
Walter Harley is currently offline Walter HarleyFriend
Messages: 847
Registered: July 2009
Senior Member
"rosane " <rcaldeira06@hotmail.com> wrote in message
news:2e0cbbdcd799255b3b16a40d90adac9d$1@www.eclipse.org...
>I am a new user here.
> I work with Fedora Eclipse 3.1.2 + Fedora Core 6.
> Is it good? Isn't out of date? Because when I run some application ou
> applet ou swt, shows this message: Can not connect to VM!
> Dou you know if is there any conflicts with them?

Eclipse 3.1.2 is obsolete and no longer supported. The latest stable
version is 3.4.2. You should download an up-to-date version from
eclipse.org, and make sure that you are using the Sun Java VM, not gcj.

There is a Wiki page on how to get and install Eclipse, at
http://wiki.eclipse.org/FAQ_Where_do_I_get_and_install_Eclip se%3F . There
is also information linked from the download pages.
Re: Eclipse won't start [message #269918 is a reply to message #269778] Thu, 02 April 2009 20:08 Go to previous messageGo to next message
Anh is currently offline AnhFriend
Messages: 9
Registered: July 2009
Junior Member
Hi everybody,
I have the same problem with Eclipse start up. I have followed the
instruction from wiki.eclipse. My system is VirtualBox (host OS is WinXP)
with centOS 4.6 (linux kernel 2.6), Eclipse 3.1, j2sdk 1.4.2. Here are my
setting:

java path is already point to j2sdk1.4.2
/home/<user_name>/Desktop/j2sdk1.4.2_18
(not to RedHat.gjc) under non-root account (checked with: $ which java)
java -version is 1.4.2
I've modified the eclipse.ini:
-vm
/home/<user_name>/Desktop/j2sdk1.4.2_18

The error ms come when i run eclipse:
JWM terminated. Exit code = 1
/usr/bin/java
-Xms40m
-Xmx256m
-vm /home/<username>/Desktop/j2sdk1.4.2_18/bin/java
-jar /home/<username>/eclipse/startup.jar
-os linux
-ws gtk
-arch x86
-launcher/home/<username>/eclipse/eclipse
-name Eclipse
-showsplash 600
-exitdata 13000f
-vm /usr/bin/java
-vmargs
-Xms40m
-Xmx256m
-vm /home/<username>/Desktop/j2sdk1.4.2_18/bin/java
-jar /home/<username>/eclipse/startup.jar

I've noticed that -Xms40m.....-jar /home.... repeat 2 times, it's like
eclipse.ini is concatenated with some other setting and there is -vm point
to the /user/bin/java

Do you have any idea?
Thank you
Re: Eclipse won't start [message #269922 is a reply to message #269890] Fri, 03 April 2009 00:40 Go to previous messageGo to next message
rosane is currently offline rosaneFriend
Messages: 9
Registered: July 2009
Junior Member
This is learning to install Eclipse for Windows.
And how could be installed for Fedora Core 6 (Linux)?

thanks
Re: Eclipse won't start [message #269928 is a reply to message #269922] Fri, 03 April 2009 00:54 Go to previous messageGo to next message
David Wegener is currently offline David WegenerFriend
Messages: 1445
Registered: July 2009
Senior Member
rosane wrote:
> This is learning to install Eclipse for Windows.
> And how could be installed for Fedora Core 6 (Linux)?
>
> thanks
>
The process is the same. Substitute the directory were you unzip
Eclipse for C:\ in the document.
Re: Eclipse won't start [message #269954 is a reply to message #269918] Fri, 03 April 2009 17:32 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: eclipse-news.rizzoweb.com

On 4/2/2009 4:08 PM, Anh wrote:
> Hi everybody,
> I have the same problem with Eclipse start up. I have followed the
> instruction from wiki.eclipse. My system is VirtualBox (host OS is
> WinXP) with centOS 4.6 (linux kernel 2.6), Eclipse 3.1, j2sdk 1.4.2.
> Here are my setting:
>
> java path is already point to j2sdk1.4.2
> /home/<user_name>/Desktop/j2sdk1.4.2_18
> (not to RedHat.gjc) under non-root account (checked with: $ which java)
> java -version is 1.4.2
> I've modified the eclipse.ini:
> -vm
> /home/<user_name>/Desktop/j2sdk1.4.2_18

That needs to point to the Java executable file, not the directory. For
an example, see http://wiki.eclipse.org/Eclipse.ini



>
> The error ms come when i run eclipse:
> JWM terminated. Exit code = 1
> /usr/bin/java
> -Xms40m
> -Xmx256m
> -vm /home/<username>/Desktop/j2sdk1.4.2_18/bin/java
> -jar /home/<username>/eclipse/startup.jar
> -os linux
> -ws gtk
> -arch x86
> -launcher/home/<username>/eclipse/eclipse
> -name Eclipse
> -showsplash 600
> -exitdata 13000f
> -vm /usr/bin/java
> -vmargs
> -Xms40m
> -Xmx256m
> -vm /home/<username>/Desktop/j2sdk1.4.2_18/bin/java
> -jar /home/<username>/eclipse/startup.jar
>
> I've noticed that -Xms40m.....-jar /home.... repeat 2 times, it's like
> eclipse.ini is concatenated with some other setting and there is -vm
> point to the /user/bin/java
>
> Do you have any idea?
> Thank you
>
>
>
Re: Eclipse won't start [message #269977 is a reply to message #269890] Sun, 05 April 2009 02:35 Go to previous messageGo to next message
rosane is currently offline rosaneFriend
Messages: 9
Registered: July 2009
Junior Member
Hi,
Eclipse 3.4.2 that you mention is at for Fedora Core, ins't?

And what about VM and mozilla browser? Some applet program I can see on
Mozilla firefox 1.5, but in Mozilla firefox 2.0 I can't?
What is the problem?
Help me with it. On monday morninng we will install on my job ever and
ever, i.e., the latest version Fedora Core 9 or 10 + Java JDK 1.6 +
Eclipse( I suppose 3.4.2) + Browser for to them...

thanks
Re: Eclipse won't start [message #269991 is a reply to message #269977] Mon, 06 April 2009 01:46 Go to previous message
Anh is currently offline AnhFriend
Messages: 9
Registered: July 2009
Junior Member
Sorry, i am using CentOS 4.6.
Previous Topic:Hovers
Next Topic:Horizontal TableViewerColumns
Goto Forum:
  


Current Time: Thu Aug 29 23:32:51 GMT 2024

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

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

Back to the top