Skip to main content



      Home
Home » Newcomers » Newcomers » Eclipse has stopped running....please help!!
Eclipse has stopped running....please help!! [message #156455] Mon, 12 June 2006 11:27 Go to next message
Eclipse UserFriend
Originally posted by: shaun.roberts.accenture.com

Hi all,

I had Eclipse up and running fine, after a weekend of not using my PC I
returned to it to find that Eclipse would not launch.

I get the following error: Required Java Version V1.4.1. Available
1.3.1_01.

I've not changed anything since I last used Eclipse and I've even tried to
install Java 1.4.2 again but have had no luck.

Can any of you guys please help?!!

Many thanks

Shaun
Re: Eclipse has stopped running....please help!! [message #156473 is a reply to message #156455] Mon, 12 June 2006 14:29 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: wharley.bea.com

"Shaun Roberts" <shaun.roberts@accenture.com> wrote in message
news:7b84758767c24bc32890697e9b86d836$1@www.eclipse.org...
> Hi all,
>
> I had Eclipse up and running fine, after a weekend of not using my PC I
> returned to it to find that Eclipse would not launch.
> I get the following error: Required Java Version V1.4.1. Available
> 1.3.1_01.
>
> I've not changed anything since I last used Eclipse and I've even tried to
> install Java 1.4.2 again but have had no luck.

Eclipse gets its JRE from the path. Are you sure that your system path is
correct? Exactly how are you launching Eclipse? What do you get if you
open a new DOS command window and type 'java -version'?

Note that installing (or uninstalling) some unrelated software could have
caused an old version of Java to appear first on the path. (Although,
reinstalling Java 1.4.2 should have fixed that, depending on what options
you chose during installation.)
Re: Eclipse has stopped running....please help!! [message #156477 is a reply to message #156473] Mon, 12 June 2006 15:21 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: nobody.there.127.0.0.1

Walter Harley wrote:
> "Shaun Roberts" <shaun.roberts@accenture.com> wrote in message
>> I had Eclipse up and running fine, after a weekend of not using my PC I
>> returned to it to find that Eclipse would not launch.
>> I get the following error: Required Java Version V1.4.1. Available
>> 1.3.1_01.
> Eclipse gets its JRE from the path. Are you sure that your system path is
> correct? Exactly how are you launching Eclipse? What do you get if you
> open a new DOS command window and type 'java -version'?

At the very least, you should be able to specify the VM:

eclipse -vm c:\j2sdk1.4.2_08\bin\javaw.exe

(or wherever your 1.4.2 VM lives).

Andrew Jr.

============================================================ ==========
IBM Phoenix Labs (OTI)
2929 North Central Avenue
Phoenix, Arizona, USA 85012
Re: Eclipse has stopped running....please help!! [message #156638 is a reply to message #156473] Tue, 13 June 2006 13:51 Go to previous message
Eclipse UserFriend
Originally posted by: eclipse4.rizzoweb.com

Walter Harley wrote:
> "Shaun Roberts" <shaun.roberts@accenture.com> wrote in message
> news:7b84758767c24bc32890697e9b86d836$1@www.eclipse.org...
>> Hi all,
>>
>> I had Eclipse up and running fine, after a weekend of not using my PC I
>> returned to it to find that Eclipse would not launch.
>> I get the following error: Required Java Version V1.4.1. Available
>> 1.3.1_01.
>>
>> I've not changed anything since I last used Eclipse and I've even tried to
>> install Java 1.4.2 again but have had no luck.
>
> Eclipse gets its JRE from the path. Are you sure that your system path is
> correct? Exactly how are you launching Eclipse? What do you get if you
> open a new DOS command window and type 'java -version'?
>
> Note that installing (or uninstalling) some unrelated software could have
> caused an old version of Java to appear first on the path. (Although,
> reinstalling Java 1.4.2 should have fixed that, depending on what options
> you chose during installation.)

The most common culprit that changes your system-wide classpath to
include its own JRE is the Oracle client. What it does (without
prompting or warning the user) is simply evil and has bitten many people
in the past.

Edit your system env variables and make sure there is no other JRE in
the path. I also strongly recommend specifying an exact JVM for
launching Eclipse, using the -vm option as described in
http://wiki.eclipse.org/index.php/FAQ_How_do_I_run_Eclipse%3 F

Hope this helps,
Eric
Previous Topic:BundleData
Next Topic:Workbench Toolbar Paths Problem
Goto Forum:
  


Current Time: Tue Jul 08 21:01:44 EDT 2025

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

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

Back to the top