Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » GMF (Graphical Modeling Framework) » Application error java.lang.RuntimeException: Application "org.eclipse.ui.ide.workbench" c
Application error java.lang.RuntimeException: Application "org.eclipse.ui.ide.workbench" c [message #1695366] Wed, 13 May 2015 18:28 Go to next message
Eclipse UserFriend
I'm trying to create a graphical editor with GMF tools. To launch the plugin i used Run configurations, for the plugins i used "plugins selected below only" and pressing "add required plugins" it worked fine but after updating eclipse with help->check for updates I can not run the application and i get this error:
eclipse.buildId=4.4.2.M20150204-1700
java.version=1.8.0_31
java.vendor=Oracle Corporation
BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=fr_FR
Framework arguments:  -product org.eclipse.platform.ide
Command-line arguments:  -product org.eclipse.platform.ide -data C:\Users\Computer\IT\pfe Master\temp\EclipseModelingProjects\gmf1_filesystem\filesystem app1 -dev file:C:/Users/Computer/IT/pfe Master/temp/EclipseModelingProjects/.metadata/.plugins/org.eclipse.pde.core/filesystem app1/dev.properties -os win32 -ws win32 -arch x86_64 -consoleLog

org.eclipse.osgi
Error
Wed May 13 19:18:59 GMT+01:00 2015
Application error

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.e4.ui.workbench.swt.E4Application, org.eclipse.e4.ui.workbench.swt.GenTopic, org.eclipse.help.base.infocenterApplication, org.eclipse.help.base.helpApplication, org.eclipse.help.base.indexTool, org.eclipse.equinox.app.error.
	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:134)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:380)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:235)
	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:648)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:603)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1465)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1438)


I will appreciate your help.
Re: Application error java.lang.RuntimeException: Application "org.eclipse.ui.ide.workbench&quo [message #1703699 is a reply to message #1695366] Tue, 04 August 2015 10:19 Go to previous message
Eclipse UserFriend
Hi,

after updating, did you get back to Run configuration and press add required plugin again?
If after update there are modifications, it means that you are not using a Target Platform. I recommend to use one in order to have a stable base against which to work on. See documentation.

Regards,
Previous Topic:Creating Diagram and model file programmatically
Next Topic:Split Generated Method
Goto Forum:
  


Current Time: Tue Feb 11 09:55:07 GMT 2025

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

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

Back to the top