Tagged: Dark, theme, Update Issue
- This topic has 4 replies, 3 voices, and was last updated 5 years, 4 months ago by jsarfraz.
-
AuthorPosts
-
jsarfrazParticipantLast week eclipse automatically started and completed the devStyle update.
After update completion, I turned off pc.
Now after trying to open the eclipse, its failing again and again by showing following logjava.lang.NoSuchFieldError: url at org.eclipse.jface.resource.URLImageDescriptor.createImage(URLImageDescriptor.java:258) at org.eclipse.jface.resource.ImageDescriptor.createImage(ImageDescriptor.java:224) at org.eclipse.jface.resource.ImageDescriptor.createImage(ImageDescriptor.java:202) at org.eclipse.ui.internal.Workbench.initializeImages(Workbench.java:1898) at org.eclipse.ui.internal.Workbench.createDisplay(Workbench.java:806) at org.eclipse.ui.PlatformUI.createDisplay(PlatformUI.java:160) at org.eclipse.ui.internal.ide.application.IDEApplication.createDisplay(IDEApplication.java:168) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:111) 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 sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:673) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:610) at org.eclipse.equinox.launcher.Main.run(Main.java:1519)
Please let me know how to revert changes without opening the eclispe (as its throwing error) or is there any fix?
Thanks,
JunaidAttachments:
You must be logged in to view attached files.
Wojciech GalanciakParticipantHi jsarfraz,
I am really sorry to hear that you have such a bad issue. As a workaround please:
1. Open [eclipse_root_folder]/plugins folder.
2. Remove com.genuitec.eclipse.theming.icon.designer_[version].jar.
3. Start Eclipse.That should solve the problem. It should not affect your regular work as it is not a main part of the theme.
Please let me know if it helped.
Kind regards,
Wojciech Galanciak- This reply was modified 5 years, 4 months ago by Wojciech Galanciak.
jsarfrazParticipantThanks for quick response.
I have searched for the jar file you are referring to, but there is nocom.genuitec.*.jar
orcom.genuitec.*
folder in the[eclipse_root_folder]/plugins
folder.Junaid
Brian FernandesModeratorJunaid,
Just a sanity check, you haven’t already deleted any files in that folder, have you? I ask because I see some users online who have made similar suggestions.
If not, perhaps you are looking at the wrong folder, or the wrong Eclipse installation? If there are no com.genuitec.* files in your plugins folder, that would indicate a complete absence of any of our plugins, including DevStyle. Could you attach a screenshot, perhaps we’ll be able to spot something.
Thanks!
jsarfrazParticipantBrian,
You are right. By removing
com.genuitec.eclipse.theming.icon.designer_1.11.0.201906121516.jar
file, my eclipse is launching fine.
P.S. Thecom.genuitec.*
plugins found atMY_HOME_DIRECTORY/.p2/pool/plugins
.Thanks for quick help.
-
AuthorPosts