For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub
- This topic has 6 replies, 2 voices, and was last updated 21 years, 7 months ago by
Riyad Kalla.
-
AuthorPosts
-
Don NelsonMemberI installed Q/F 3, started eclipse with -clean, and now I am missing some icons on the tool bar – the 2 MyEclipse buttons (deploy and start/stop servers) are text, the XML expand and collapse all buttons are big red squares, and the MyEclipse logo on the prefs page is a small red square.
This has happened on two different machines (both Win XP). While this isn’t hindering me in any way, it makes me wonder what else might have changed….
Thanks,
Don
September 7, 2004 at 3:42 pm #214720
Riyad KallaMemberDon,
Where did you unzip the QuickFix files to? What is the Build ID of Eclipse you are running? (Help > About) also what is the Build ID of MyEclipse that you are running? (Window > Preferences > MyEclipse)September 7, 2004 at 5:39 pm #214731
Don NelsonMemberRiyad,
I unzipped the files into Eclipse/plugins.
Eclipse build ID: 200406251208
MyEclipse build ID: 200408201200-3.8.1+QF20040825
September 7, 2004 at 5:43 pm #214732
Don NelsonMemberAlso, content assist for taglibs in JSP pages has stopped working, and I get compile errors on some JSP pages. The log file is also full of exceptions, along the lines of:
… 14 more
Root exception:
java.lang.NoClassDefFoundError: com/genuitec/eclipse/easie/core/D
at java.lang.ClassLoader.defineClass0(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:537)
at org.eclipse.osgi.framework.internal.defaultadaptor.DefaultClassLoader.defineClass(DefaultClassLoader.java:298)
at org.eclipse.core.runtime.adaptor.EclipseClassLoader.defineClass(EclipseClassLoader.java:223)
at org.eclipse.osgi.framework.internal.defaultadaptor.DefaultClassLoader.findClassImpl(DefaultClassLoader.java:281)
at org.eclipse.osgi.framework.internal.defaultadaptor.DefaultClassLoader.findClass(DefaultClassLoader.java:172)
at org.eclipse.osgi.framework.adaptor.core.AbstractClassLoader.findLocalClass(AbstractClassLoader.java:220)
at org.eclipse.core.runtime.adaptor.EclipseClassLoader.basicFindLocalClass(EclipseClassLoader.java:135)
at org.eclipse.core.runtime.adaptor.EclipseClassLoader.findLocalClass(EclipseClassLoader.java:73)
at org.eclipse.osgi.framework.internal.core.BundleLoader.findLocalClass(BundleLoader.java:371)
at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:402)
at org.eclipse.osgi.framework.adaptor.core.AbstractClassLoader.loadClass(AbstractClassLoader.java:93)
at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)
at com.genuitec.eclipse.easie.websphere.WebsphereLauncherPlugin.startup(Unknown Source)September 7, 2004 at 5:59 pm #214734
Riyad KallaMemberDon,
I would urge you to double check what you did the install instructions: http://www.myeclipseide.com/PNphpBB2+file-viewtopic-t-3514.htmlThe quick fix is for MyEclipse and its plugins, it needs to be unzipped to the MyEclipse/eclipse/plugins dir. I wasn’t clear from you message if that is what you did (since I don’t know whats above the “Eclipse” dir you mentioned) but if you did unzip this to Eclipse, that would explain why things are *broken* now.
September 7, 2004 at 8:41 pm #214738
Don NelsonMemberYep, made a bone-headed mistake – thanks for pointing it out. Works fine now that I reinstalled everything 🙄
September 7, 2004 at 8:42 pm #214739
Riyad KallaMemberHey I’m glad its working. Thank you for following up.
-
AuthorPosts
