Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Oomph » Unable to launch Eclipse Oomph installer(Error while launching the Oomph installer)
Unable to launch Eclipse Oomph installer [message #1384101] Wed, 28 May 2014 06:31 Go to next message
Neeraj Bhusare is currently offline Neeraj BhusareFriend
Messages: 177
Registered: July 2009
Location: Canada
Senior Member
Hi,

I see the following error while launching the Oomph installer. I downloaded the Windows 64 bit version from here - http://wiki.eclipse.org/Eclipse_Oomph_Installer. Any idea what might be wrong here ?

java.lang.NoSuchMethodError: java.lang.System.lineSeparator()Ljava/lang/String;
at org.eclipse.oomph.base.impl.BaseFactoryImpl.<clinit>(BaseFactoryImpl.java:245)
at org.eclipse.oomph.base.BaseFactory.<clinit>(BaseFactory.java:32)
at org.eclipse.oomph.base.impl.BasePackageImpl.<init>(BasePackageImpl.java:97)
at org.eclipse.oomph.base.impl.BasePackageImpl.init(BasePackageImpl.java:128)
at org.eclipse.oomph.base.BasePackage.<clinit>(BasePackage.java:68)
at org.eclipse.oomph.setup.impl.SetupPackageImpl.init(SetupPackageImpl.java:383)
at org.eclipse.oomph.setup.SetupPackage.<clinit>(SetupPackage.java:70)
at org.eclipse.oomph.setup.SetupPackage$Literals.<clinit>(SetupPackage.java:3979)
at org.eclipse.oomph.setup.impl.UserImpl.eStaticClass(UserImpl.java:83)


Regards, Neeraj


Twitter : @NeerajBhusare
Blog : https://nbhusare.github.io/
Best regards, Neeraj
Re: Unable to launch Eclipse Oomph installer [message #1384109 is a reply to message #1384101] Wed, 28 May 2014 06:50 Go to previous messageGo to next message
Ed Merks is currently offline Ed MerksFriend
Messages: 33140
Registered: July 2009
Senior Member
Neeraj,

It sounds like it's not finding an appropriate version of the JRE. You
could direct it to use a specific one with a -vm option which you could
add to the setup-eclipses.ini. See
http://help.eclipse.org/kepler/index.jsp?topic=%2Forg.eclipse.platform.doc.user%2Ftasks%2Frunning_eclipse.htm
for details about such arguments.

On 28/05/2014 8:31 AM, Neeraj Bhusare wrote:
> Hi,
>
> I see the following error while launching the Oomph installer. I
> downloaded the Windows 64 bit version from here -
> http://wiki.eclipse.org/Eclipse_Oomph_Installer. Any idea what might
> be wrong here ?
>
> java.lang.NoSuchMethodError:
> java.lang.System.lineSeparator()Ljava/lang/String;
> at
> org.eclipse.oomph.base.impl.BaseFactoryImpl.<clinit>(BaseFactoryImpl.java:245)
> at org.eclipse.oomph.base.BaseFactory.<clinit>(BaseFactory.java:32)
> at
> org.eclipse.oomph.base.impl.BasePackageImpl.<init>(BasePackageImpl.java:97)
> at
> org.eclipse.oomph.base.impl.BasePackageImpl.init(BasePackageImpl.java:128)
> at org.eclipse.oomph.base.BasePackage.<clinit>(BasePackage.java:68)
> at
> org.eclipse.oomph.setup.impl.SetupPackageImpl.init(SetupPackageImpl.java:383)
> at org.eclipse.oomph.setup.SetupPackage.<clinit>(SetupPackage.java:70)
> at
> org.eclipse.oomph.setup.SetupPackage$Literals.<clinit>(SetupPackage.java:3979)
> at
> org.eclipse.oomph.setup.impl.UserImpl.eStaticClass(UserImpl.java:83)
>
>
> Regards, Neeraj


Ed Merks
Professional Support: https://www.macromodeling.com/
Re: Unable to launch Eclipse Oomph installer [message #1384744 is a reply to message #1384109] Sat, 31 May 2014 07:02 Go to previous messageGo to next message
Alexander Nittka is currently offline Alexander NittkaFriend
Messages: 1193
Registered: July 2009
Senior Member
Is it the case that java.lang.System.lineSeparator() is introduced in Java7 - because the eclipse.ini of the installer just requires Java6.

Alex


Need training, onsite consulting or any other kind of help for Xtext?
Go visit http://xtext.itemis.com or send a mail to xtext@itemis.de
Re: Unable to launch Eclipse Oomph installer [message #1384746 is a reply to message #1384744] Sat, 31 May 2014 07:37 Go to previous messageGo to next message
Ed Merks is currently offline Ed MerksFriend
Messages: 33140
Registered: July 2009
Senior Member
Alex,

Yes, we committed a fix for that, i.e.,
https://bugs.eclipse.org/bugs/show_bug.cgi?id=436084. We will promote a
new build. Oddly this method is added to 1.7 yet there's no @since 1.7
in its Javadoc! Go figure...


On 31/05/2014 9:02 AM, Alexander Nittka wrote:
> Is it the case that java.lang.System.lineSeparator() is introduced in
> Java7 - because the eclipse.ini of the installer just requires Java6.
>
> Alex


Ed Merks
Professional Support: https://www.macromodeling.com/
Re: Unable to launch Eclipse Oomph installer [message #1384747 is a reply to message #1384746] Sat, 31 May 2014 08:04 Go to previous message
Eike Stepper is currently offline Eike StepperFriend
Messages: 6682
Registered: July 2009
Senior Member
Am 31.05.2014 09:37, schrieb Ed Merks:
> Alex,
>
> Yes, we committed a fix for that, i.e., https://bugs.eclipse.org/bugs/show_bug.cgi?id=436084. We will promote a new
> build.

I've just promoted build #68, which replaces build #52 and fixes several fundamental bugs. IIRC., the self update of the
installer still doesn't work correctly, so please download and unzip a new version of the installer.

Cheers
/Eike

----
http://www.esc-net.de
http://thegordian.blogspot.com
http://twitter.com/eikestepper


Previous Topic:How to specify mylyn query
Next Topic:[Announce] Breaking Changes to Catalog names
Goto Forum:
  


Current Time: Thu Apr 25 13:50:31 GMT 2024

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

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

Back to the top