Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Eclipse Crashes On Start Up JDK 9
Eclipse Crashes On Start Up JDK 9 [message #1773575] Fri, 29 September 2017 15:49 Go to next message
nikolaos bampaliaris is currently offline nikolaos bampaliarisFriend
Messages: 3
Registered: September 2017
Junior Member
So i run ARCH Linux 64, and today i tried to install eclipse oxygen. The first time i downloaded the JDK 8, but eclipse would not even start. Then i downloaded the JDK 9, set the env path and tried again. Now everytime i run eclipse after choosing the work space, this error occures:

This error is generated in a hidden .log file inside my workspace/.metadata

!SESSION 2017-09-29 18:34:50.026 -----------------------------------------------
eclipse.buildId=4.7.1.M20170906-1700
java.version=9
java.vendor=Oracle Corporation
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
Framework arguments:  -product org.eclipse.epp.package.java.product
Command-line arguments:  -os linux -ws gtk -arch x86_64 -product org.eclipse.epp.package.java.product

!ENTRY org.eclipse.osgi 4 0 2017-09-29 18:35:04.056
!MESSAGE Application error
!STACK 1
org.eclipse.e4.core.di.InjectionException: java.lang.NoClassDefFoundError: javax/annotation/PostConstruct
	at org.eclipse.e4.core.internal.di.InjectorImpl.internalMake(InjectorImpl.java:410)
	at org.eclipse.e4.core.internal.di.InjectorImpl.make(InjectorImpl.java:318)
	at org.eclipse.e4.core.contexts.ContextInjectionFactory.make(ContextInjectionFactory.java:162)
	at org.eclipse.e4.ui.internal.workbench.swt.E4Application.createDefaultHeadlessContext(E4Application.java:491)
	at org.eclipse.e4.ui.internal.workbench.swt.E4Application.createDefaultContext(E4Application.java:505)
	at org.eclipse.e4.ui.internal.workbench.swt.E4Application.createE4Workbench(E4Application.java:204)
	at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:614)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:594)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:148)
	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:151)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:388)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:653)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:590)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1499)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1472)
Caused by: java.lang.NoClassDefFoundError: javax/annotation/PostConstruct
	at org.eclipse.e4.core.internal.di.InjectorImpl.inject(InjectorImpl.java:124)
	at org.eclipse.e4.core.internal.di.InjectorImpl.internalMake(InjectorImpl.java:399)
	... 23 more
Caused by: java.lang.ClassNotFoundException: javax.annotation.PostConstruct cannot be found by org.eclipse.e4.core.di_1.6.100.v20170421-1418
	at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:433)
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:395)
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:387)
	at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:150)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:496)
	... 25 more

!ENTRY org.eclipse.e4.ui.workbench 4 0 2017-09-29 18:35:04.068
!MESSAGE FrameworkEvent ERROR
!STACK 0
java.lang.NoClassDefFoundError: javax/annotation/PreDestroy
	at org.eclipse.e4.core.internal.di.InjectorImpl.disposed(InjectorImpl.java:450)
	at org.eclipse.e4.core.internal.di.Requestor.disposed(Requestor.java:156)
	at org.eclipse.e4.core.internal.contexts.ContextObjectSupplier$ContextInjectionListener.update(ContextObjectSupplier.java:78)
	at org.eclipse.e4.core.internal.contexts.TrackableComputationExt.update(TrackableComputationExt.java:111)
	at org.eclipse.e4.core.internal.contexts.TrackableComputationExt.handleInvalid(TrackableComputationExt.java:74)
	at org.eclipse.e4.core.internal.contexts.EclipseContext.dispose(EclipseContext.java:178)
	at org.eclipse.e4.core.internal.contexts.osgi.EclipseContextOSGi.dispose(EclipseContextOSGi.java:99)
	at org.eclipse.e4.core.internal.contexts.osgi.EclipseContextOSGi.bundleChanged(EclipseContextOSGi.java:141)
	at org.eclipse.osgi.internal.framework.BundleContextImpl.dispatchEvent(BundleContextImpl.java:908)
	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
	at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:148)
	at org.eclipse.osgi.internal.framework.EquinoxEventPublisher.publishBundleEventPrivileged(EquinoxEventPublisher.java:213)
	at org.eclipse.osgi.internal.framework.EquinoxEventPublisher.publishBundleEvent(EquinoxEventPublisher.java:120)
	at org.eclipse.osgi.internal.framework.EquinoxEventPublisher.publishBundleEvent(EquinoxEventPublisher.java:112)
	at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor.publishModuleEvent(EquinoxContainerAdaptor.java:168)
	at org.eclipse.osgi.container.Module.publishEvent(Module.java:476)
	at org.eclipse.osgi.container.Module.doStop(Module.java:634)
	at org.eclipse.osgi.container.Module.stop(Module.java:498)
	at org.eclipse.osgi.container.SystemModule.stop(SystemModule.java:202)
	at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle$EquinoxSystemModule$1.run(EquinoxBundle.java:165)
	at java.base/java.lang.Thread.run(Thread.java:844)
Caused by: java.lang.ClassNotFoundException: javax.annotation.PreDestroy cannot be found by org.eclipse.e4.core.di_1.6.100.v20170421-1418
	at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:433)
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:395)
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:387)
	at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:150)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:496)
	... 21 more



Is this a bug?
Re: Eclipse Crashes On Start Up JDK 9 [message #1773577 is a reply to message #1773575] Fri, 29 September 2017 15:58 Go to previous messageGo to next message
Nitin Dahyabhai is currently offline Nitin DahyabhaiFriend
Messages: 4434
Registered: July 2009
Senior Member

None of the released Eclipse versions work out-of-the-box with Java 9; those versions will come next month starting with Oxygen.1a. Follow these instructions to get the older version to work with Java 9: https://wiki.eclipse.org/Configure_Eclipse_for_Java_9#Configure_Eclipse_for_Java_9_modules , or switch back to Java 8 for now. You can use the -vm command line switch to force Eclipse to use a specific JVM executable. You can find more info that at https://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.user/tasks/running_eclipse.htm?cp=0_3_0 .

_
Nitin Dahyabhai
Eclipse Web Tools Platform
Re: Eclipse Crashes On Start Up JDK 9 [message #1773603 is a reply to message #1773577] Fri, 29 September 2017 20:53 Go to previous messageGo to next message
nikolaos bampaliaris is currently offline nikolaos bampaliarisFriend
Messages: 3
Registered: September 2017
Junior Member
Nitin Dahyabhai wrote on Fri, 29 September 2017 15:58
None of the released Eclipse versions work out-of-the-box with Java 9; those versions will come next month starting with Oxygen.1a. Follow these instructions to get the older version to work with Java 9: https://wiki.eclipse.org/Configure_Eclipse_for_Java_9#Configure_Eclipse_for_Java_9_modules , or switch back to Java 8 for now. You can use the -vm command line switch to force Eclipse to use a specific JVM executable. You can find more info that at https://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.user/tasks/running_eclipse.htm?cp=0_3_0 .


Thanks for you answer! I returned to JDK 8 but for some reason when i start eclipse using the script ( ./eclipse ) eclipse crashes. And then a brilliand idea came to me. I said "Lets run it as root (using sudo)" and eclipse run just fine!!!

For some reason which i dont understand (since i have eclipse in my home directory) , i must run it with root privileges.

Do you know why this might be required?
Re: Eclipse Crashes On Start Up JDK 9 [message #1773609 is a reply to message #1773603] Sat, 30 September 2017 04:22 Go to previous messageGo to next message
Ed Merks is currently offline Ed MerksFriend
Messages: 33137
Registered: July 2009
Senior Member
Did you install it using sudo? What does the line after the --launcher.library look like? Perhaps you were trying to create a single read-only shared installation like in this post:

https://www.eclipse.org/forums/index.php/m/1770774/?srch=bundle+pool#msg_1770774


Ed Merks
Professional Support: https://www.macromodeling.com/
Re: Eclipse Crashes On Start Up JDK 9 [message #1773612 is a reply to message #1773609] Sat, 30 September 2017 08:47 Go to previous messageGo to next message
nikolaos bampaliaris is currently offline nikolaos bampaliarisFriend
Messages: 3
Registered: September 2017
Junior Member
Ed Merks wrote on Sat, 30 September 2017 04:22
Did you install it using sudo? What does the line after the --launcher.library look like? Perhaps you were trying to create a single read-only shared installation like in this post:

https://www.eclipse.org/forums/index.php/m/1770774/?srch=bundle+pool#msg_1770774


Yes i used sudo, but anyway i don't really have a problem running eclipse as root.
Re: Eclipse Crashes On Start Up JDK 9 [message #1773614 is a reply to message #1773612] Sat, 30 September 2017 12:05 Go to previous message
Ed Merks is currently offline Ed MerksFriend
Messages: 33137
Registered: July 2009
Senior Member
Better to use sudo only to create a shared read-only installation, in which case you'll want to look carefully at where the bundle pool is located and make sure that both it and the installation folder are read-only for the users. But if you're fine as it is, that's fine with me. :-)

Ed Merks
Professional Support: https://www.macromodeling.com/
Previous Topic:"An error has occured" starting Eclipse Macbook Pro
Next Topic:Eclipse is not launching on my Mac OSX
Goto Forum:
  


Current Time: Sat Apr 20 01:12:30 GMT 2024

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

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

Back to the top