Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » Error when starting Runtime Eclipse
Error when starting Runtime Eclipse [message #1833485] Wed, 14 October 2020 14:19 Go to next message
Udo Walker is currently offline Udo WalkerFriend
Messages: 81
Registered: July 2009
Member
When I try to start a runtime Eclipse I get an error (see attached screen shot).

My development Eclipse version is 2020-09 using Java 11. The runtime Eclipse I want to start has version 2020-03 with Java 8.

Is this not possible anymore since version 2020-09?
Re: Error when starting Runtime Eclipse [message #1833488 is a reply to message #1833485] Wed, 14 October 2020 14:51 Go to previous message
Udo Walker is currently offline Udo WalkerFriend
Messages: 81
Registered: July 2009
Member
This is the corresponding stack trace:


at java.base/java.lang.Class.getDeclaredConstructors0(Native Method)
at java.base/java.lang.Class.privateGetDeclaredConstructors(Class.java:3215)
at java.base/java.lang.Class.getConstructor0(Class.java:3420)
at java.base/java.lang.Class.getDeclaredConstructor(Class.java:2631)
at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(RegistryStrategyOSGI.java:204)
at org.eclipse.core.internal.registry.ExtensionRegistry.createExecutableExtension(ExtensionRegistry.java:923)
at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:246)
at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(ConfigurationElementHandle.java:63)
at org.eclipse.debug.internal.core.LaunchManager.newSourceLocator(LaunchManager.java:2165)
at org.eclipse.debug.internal.core.LaunchConfiguration.initializeSourceLocator(LaunchConfiguration.java:680)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:802)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:718)
at org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin.java:1021)
at org.eclipse.debug.internal.ui.DebugUIPlugin$2.run(DebugUIPlugin.java:1224)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
Previous Topic:Is there are way to set max supported version of eclipse for Eclipse plugin?
Next Topic:PDE Build can't find dependency to Java 11
Goto Forum:
  


Current Time: Wed Apr 24 19:22:23 GMT 2024

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

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

Back to the top