Still I am facing the exceptions.
I had this org.eclipse.emf.common.util jar in my workspace, but after that also its not working
Can you please tell me the dependent jars that I need before exporting as runnable jar
Right now I am facing this error:
Caused by: java.util.MissingResourceException: The string resource '_UI_OK_diagnostic_0' could not be located
at org.eclipse.emf.common.util.DelegatingResourceLocator.delegatedGetString(DelegatingResourceLocator.java:487)
at org.eclipse.emf.common.util.DelegatingResourceLocator.getString(DelegatingResourceLocator.java:392)
at org.eclipse.emf.common.util.DelegatingResourceLocator.getString(DelegatingResourceLocator.java:366)
at org.eclipse.emf.common.util.Diagnostic.(Diagnostic.java:96)
... 57 more
Thanks in advance
Still I am facing the exceptions.
I had this org.eclipse.emf.common.util jar in my workspace, but after that also its not working
Can you please tell me the dependent jars that I need before exporting as runnable jar
Right now I am facing this error:
Caused by: java.util.MissingResourceException: The string resource '_UI_OK_diagnostic_0' could not be located
at org.eclipse.emf.common.util.DelegatingResourceLocator.delegatedGetString(DelegatingResourceLocator.java:487)
at org.eclipse.emf.common.util.DelegatingResourceLocator.getString(DelegatingResourceLocator.java:392)
at org.eclipse.emf.common.util.DelegatingResourceLocator.getString(DelegatingResourceLocator.java:366)
at org.eclipse.emf.common.util.Diagnostic.(Diagnostic.java:96)
... 57 more
Thanks in advance