Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Problem with Eclipse
Problem with Eclipse [message #1775180] Wed, 25 October 2017 21:19 Go to next message
Michal g is currently offline Michal gFriend
Messages: 1
Registered: October 2017
Junior Member
Hello,
I have a little problem with my eclipse.
I don't know how to fix it. The program say's "The Eclipse executable launcher was unable to locate its companion shared library".

Can someone can help me? :C

I found something about eclipse.ini and i dont know what to do.
There is log from it:
-startup
plugins/org.eclipse.equinox.launcher_1.4.0.v20161219-1356.jar
--launcher.library
C:\Users\Michał\.p2\pool\plugins\org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.550.v20170928-1359
-product
org.eclipse.epp.package.java.product
-showsplash
org.eclipse.epp.package.common
--launcher.defaultAction
openFile
--launcher.appendVmargs
-vm
C:\Program Files\Java\jre1.8.0_144\bin
-vmargs
-Dosgi.requiredJavaVersion=1.8
-Dosgi.instance.area.default=@user.home/eclipse-workspace
-XX:+UseG1GC
-XX:+UseStringDeduplication
--add-modules=ALL-SYSTEM
-Dosgi.requiredJavaVersion=1.8
-Xms256m
-Xmx1024m
--add-modules=ALL-SYSTEM
-Declipse.p2.max.threads=10
-Doomph.update.url=http://download.eclipse.org/oomph/updates/milestone/latest
-Doomph.redirection.index.redirection=index:/->http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/
Re: Problem with Eclipse [message #1775198 is a reply to message #1775180] Thu, 26 October 2017 08:13 Go to previous messageGo to next message
Ed Merks is currently offline Ed MerksFriend
Messages: 33137
Registered: July 2009
Senior Member
I'm not sure that using the option --add-modules=ALL-SYSTEM when using a 1.8 JRE C:\Program Files\Java\jre1.8.0_144\bin is a good idea. I think that would make the JVM fail to launch as that option is only recognized by the 9.0 JRE.

Ed Merks
Professional Support: https://www.macromodeling.com/
Re: Problem with Eclipse [message #1790051 is a reply to message #1775198] Mon, 04 June 2018 09:11 Go to previous messageGo to next message
Vineet Krishna is currently offline Vineet KrishnaFriend
Messages: 1
Registered: June 2018
Junior Member
I too am getting the same error. Can anyone help me.
My eclipse.ini file is as follows. And all the files do exist.
-startup
plugins/org.eclipse.equinox.launcher_1.4.0.v20161219-1356.jar
--launcher.library
C:\Users\S VINEET KRISHNA\.p2\pool\plugins\org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.551.v20171108-1834
--launcher.defaultAction
openFile
--launcher.appendVmargs
-vmargs
-javaagent:C:\Users\S VINEET KRISHNA\.p2\pool\plugins\org.eclipse.objectteams.otequinox_2.6.2.201804012017/otequinoxAgent.jar
-Dotequinox.weave.thread=base
-Dosgi.requiredJavaVersion=1.8
-Xms40m
-Xmx5g
--add-modules=ALL-SYSTEM
-Declipse.p2.max.threads=10
-Doomph.update.url=http://download.eclipse.org/oomph/updates/milestone/latest
-Doomph.redirection.index.redirection=index:/->http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/

Re: Problem with Eclipse [message #1790090 is a reply to message #1790051] Mon, 04 June 2018 16:03 Go to previous message
Nitin Dahyabhai is currently offline Nitin DahyabhaiFriend
Messages: 4434
Registered: July 2009
Senior Member

Do you have both read and execute permissions on all of the .exe and .dll files in the installation tree?

_
Nitin Dahyabhai
Eclipse Web Tools Platform
Previous Topic:Remove / Add Repository by Command Line
Next Topic:eGit - where's staged and status options?
Goto Forum:
  


Current Time: Fri Apr 19 22:54:22 GMT 2024

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

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

Back to the top