Eclipse won't start [message #1407865] |
Wed, 13 August 2014 12:49  |
Eclipse User |
|
|
|
Yes , I read the message at the head of this forum, and modified the ini file as suggested. Bur still. Eclipse does not start. And now I get this message
The JVM shared library "/Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/bin/../lib/server/libjvm.dylib"
does not contain the JNI_CreateJavaVM symbol.
Here is my ini file:
-startup
../../../plugins/org.eclipse.equinox.launcher_1.3.0.v20140415-2008.jar
--launcher.library
../../../plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.1.200.v20140603-1326
-product
org.eclipse.epp.package.standard.product
--launcher.defaultAction
openFile
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
256m
--launcher.defaultAction
openFile
-vm
/Library/Internet Plug-ins/JavaAppletPlugin.plugin/Contents/Home/bin/java
--launcher.appendVmargs
-vmargs
-Dosgi.requiredJavaVersion=1.7
-XstartOnFirstThread
-Dorg.eclipse.swt.internal.carbon.smallFonts
-XX:MaxPermSize=256m
-Xms40m
-Xmx512m
-Xdock:icon=../Resources/Eclipse.icns
-XstartOnFirstThread
-Dorg.eclipse.swt.internal.carbon.smallFonts
I am completely new to Eclipse. I had a previous customized version from The Standford university which had no problem. I uninstalled everything before installing this version.
Can someone help me get this program running.
Thanks in advance
Claude
|
|
|
|
|
|
|
|
|
|
|
Re: Eclipse won't start [message #1707369 is a reply to message #1707311] |
Fri, 04 September 2015 05:15   |
Eclipse User |
|
|
|
Hello,
I have a problem with eclipse.
It won't strat /windows/ and have a long log. I paste the end of the log.
.....
!MESSAGE Missing required bundle org.eclipse.ui.ide_[3.2.0,4.0.0).
!SUBENTRY 2 org.eclipse.wst.xsd.ui 2 0 2015-09-04 10:23:28.620
!MESSAGE Missing required bundle org.eclipse.emf.edit.ui_[2.2.0,3.0.0).
!SUBENTRY 2 org.eclipse.wst.xsd.ui 2 0 2015-09-04 10:23:28.620
!MESSAGE Missing required bundle org.eclipse.ltk.ui.refactoring_[3.2.0,4.0.0).
!SUBENTRY 2 org.eclipse.wst.xsd.ui 2 0 2015-09-04 10:23:28.620
!MESSAGE Missing required bundle org.eclipse.search_[3.2.0,4.0.0).
!ENTRY org.eclipse.osgi 4 0 2015-09-04 10:23:28.630
!MESSAGE Application error
!STACK 1
java.lang.RuntimeException: Application "org.eclipse.ui.ide.workbench" could not be found in the registry. The applications available are: org.eclipse.ant.core.antRunner, org.eclipse.equinox.app.error, org.eclipse.equinox.p2.director, org.eclipse.equinox.p2.garbagecollector.application, org.eclipse.equinox.p2.publisher.InstallPublisher, org.eclipse.equinox.p2.publisher.EclipseGenerator, org.eclipse.equinox.p2.publisher.ProductPublisher, org.eclipse.equinox.p2.publisher.FeaturesAndBundlesPublisher, org.eclipse.equinox.p2.reconciler.application, org.eclipse.equinox.p2.repository.repo2runnable, org.eclipse.equinox.p2.repository.metadataverifier, org.eclipse.equinox.p2.artifact.repository.mirrorApplication, org.eclipse.equinox.p2.metadata.repository.mirrorApplication, org.eclipse.equinox.p2.updatesite.UpdateSitePublisher, org.eclipse.equinox.p2.publisher.UpdateSitePublisher, org.eclipse.equinox.p2.publisher.CategoryPublisher, org.eclipse.help.base.infocenterApplication, org.eclipse.help.base.helpApplication, org.eclipse.help.base.indexTool, org.eclipse.jdt.apt.core.aptBuild, org.eclipse.jdt.core.JavaCodeFormatter, org.eclipse.jdt.core.JavaIndexer.
at org.eclipse.equinox.internal.app.EclipseAppContainer.startDefaultApp(EclipseAppContainer.java:248)
at org.eclipse.equinox.internal.app.MainApplicationLauncher.run(MainApplicationLauncher.java:29)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:354)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:181)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:636)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:591)
at org.eclipse.equinox.launcher.Main.run(Main.java:1450)
Can anybody help me?
|
|
|
|
|
|
Re: Eclipse won't start [message #1707629 is a reply to message #1707617] |
Tue, 08 September 2015 02:16   |
Eclipse User |
|
|
|
I think the issue is with the link. /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/bin/java links to the java Plugin for safari, which is different from the regular version of java.
When you changed the link, you changed the link from a valid jvm to a plugin.
java -version returns the default version of java, which on Macs, is jdk 6, and comes with your mac. To get the location of all versions of java, run /usr/libexec/java_home, which on my mac, leads to /Library/Java/JavaVirtualMachines/jdk1.8.0_40.jdk/Contents/Home.
Another way to list all Java installations is by opening the Java Control Panel, which should be openable from System Preferences.
Hope this helps!
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.55756 seconds