facebook

Right mouse button not working

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

  1. MyEclipse IDE
  2.  > 
  3. Installation, Configuration & Updates
Viewing 15 posts - 1 through 15 (of 19 total)
  • Author
    Posts
  • #266428 Reply

    Russ
    Member

    When I right click on a project the follwoing error is in the log file

    
    ava.lang.NoClassDefFoundError: org/eclipse/wst/sse/ui/internal/reconcile/validator/ValidationHelper
        at com.genuitec.myeclipse.ui.action.ExcludeFromValidationActionDelegate.isEnabled(ExcludeFromValidationActionDelegate.java:212)
        at com.genuitec.myeclipse.ui.action.ExcludeFromValidationActionDelegate.selectionChanged(ExcludeFromValidationActionDelegate.java:196)
        at org.eclipse.ui.internal.PluginAction.refreshEnablement(PluginAction.java:208)
        at org.eclipse.ui.internal.PluginAction.selectionChanged(PluginAction.java:280)
        at org.eclipse.ui.internal.ObjectActionContributor.contributeObjectActions(ObjectActionContributor.java:144)
        at org.eclipse.ui.internal.ObjectActionContributorManager.contributeObjectActions(ObjectActionContributorManager.java:96)
        at org.eclipse.ui.internal.PopupMenuExtender.addObjectActions(PopupMenuExtender.java:253)
        at org.eclipse.ui.internal.PopupMenuExtender.menuAboutToShow(PopupMenuExtender.java:315)
        at org.eclipse.jface.action.MenuManager.fireAboutToShow(MenuManager.java:289)
        at org.eclipse.jface.action.MenuManager.handleAboutToShow(MenuManager.java:395)
        at org.eclipse.jface.action.MenuManager.access$1(MenuManager.java:391)
        at org.eclipse.jface.action.MenuManager$2.menuShown(MenuManager.java:417)
        at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:117)
        at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:928)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:952)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:933)
        at org.eclipse.swt.widgets.Control.WM_INITMENUPOPUP(Control.java:3556)
        at org.eclipse.swt.widgets.Control.windowProc(Control.java:3272)
        at org.eclipse.swt.widgets.Decorations.windowProc(Decorations.java:1539)
        at org.eclipse.swt.widgets.Shell.windowProc(Shell.java:1634)
        at org.eclipse.swt.widgets.Display.windowProc(Display.java:4025)
        at org.eclipse.swt.internal.win32.OS.TrackPopupMenu(Native Method)
        at org.eclipse.swt.widgets.Menu._setVisible(Menu.java:225)
        at org.eclipse.swt.widgets.Display.runPopups(Display.java:3374)
        at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2962)
        at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1930)
        at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1894)
        at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:422)
        at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
        at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:95)
        at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
        at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
        at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
        at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
        at org.eclipse.core.launcher.Main.run(Main.java:977)
        at org.eclipse.core.launcher.Main.main(Main.java:952)
    

    Any suggestions?

    #266460

    Riyad Kalla
    Member

    Russ,
    The issue is a conflict with two plugins that we ship. The issue is outlined here along with a solution: http://www.myeclipseide.com/PNphpBB2+file-viewtopic-t-15728.html

    #266486

    Russ
    Member

    Well I tried to follow this, but I did not see any of the plug-ins under the eclipse node. I did see the plug-ins under the myeclipse node. Any more suggestions?

    Russ

    #266507

    Riyad Kalla
    Member

    Russ,
    The fastest way to get up and running is to reinstall a new copy of MyEclipse using the all-in-one installer then use that as your base. This will allow you to install any plugins you want and avoid the duplicate WST/JST issue because it will already be shown as “installed” (from MyEclipse).

    All your settings and projects are in your workspace, so installing a new copy of MyEclipse to a *new* directory should be quick and straight forward (no reconfiguration or anyting like that).

    #266537

    Russ
    Member

    okay……..

    I cleans all the old code out………..

    I started with all-in-one deployment………….

    The code base still has the issue……….. Grrrrrrrrrrrrr

    I am trying to disable the JST and the application will not let me…….. Help……….

    #266538

    Russ
    Member

    okay……..the right mouse button has very limited functionality………..

    I get NO ability to get project properties or the SVN ability under the “team” option from right clicking on the project.

    #266540

    Riyad Kalla
    Member

    Russ,
    Did you go to our download section, download the “All-In-One” installer, it’s about 270MB, and then install it to a *brand new* directory? If you didn’t then chances are it’s still an installation issue.

    I’m sorry for the headache, I assure you this was corrected in the 5.5 release, but until we hit GA with that release, this is the safest way to get going.

    #266547

    Russ
    Member

    I started fresh….no separate Eclipse or MyEclipse Folders and no workspace folder…….

    I downloaded the ALL-IN-ONE installer and ran it. This put the Eclipse files under the workbench folder……. I made the connection to SVN and downloaded the project files. What I get with this is a VERY limited right mouse button…… 👿

    I don’t know how long it will take for version 5.5 to be released…..but I can tell you this fault has an impact!!!!! I’ve been without a IDE for 1 week…. I’ve even thought of just whacking it all and just install Eclipse and suffer through configuring it……. I need a workable IDE!!!! I know you personally are trying your best….so I don’t mean to sound rude, just want to communicate the seriousness of this issue from our perspective.

    Any expedited help would be greatly appreciated……

    Russ

    #266552

    Riyad Kalla
    Member

    This put the Eclipse files under the workbench folder

    Can you clarify what this means? Did you install to an existing folder, or were you just referring to the top-level folder that the installer created?

    this is a VERY limited right mouse button

    When you are in the packaged explorer view, can you right-click on your project and get the correct right-click menu? Also, can you go find your log file in the new workspace (<workspace dir>\.metadata\.log) and erase it, then restart MyEclipse and try to right-click, then go grab the new log file that was created and paste the contents here?

    #266556

    Russ
    Member

    When you installed MyEclipse and eclipse, separate components. You have two different folders. What happens is MyEclipse asks for location of Eclipse and copies the files over to the directory where MyEclipse will be installed (under the Workbench directory).

    With the all in one install all the files are already there…the install does not look for the eclipse installed directory.

    When I start MyEclipse, I am doing a -clean to ensure all the configuration is refreshed. When the application starts, the log file is clean of any errors……

    When I right click on a project, I get the following error:

    
    !ENTRY org.eclipse.ui 4 4 2007-02-23 10:37:07.244
    !MESSAGE Unhandled event loop exception
    
    !ENTRY org.eclipse.ui 4 0 2007-02-23 10:37:07.244
    !MESSAGE org/eclipse/wst/sse/ui/internal/reconcile/validator/ValidationHelper
    !STACK 0
    java.lang.NoClassDefFoundError: org/eclipse/wst/sse/ui/internal/reconcile/validator/ValidationHelper
        at com.genuitec.myeclipse.ui.action.ExcludeFromValidationActionDelegate.isEnabled(ExcludeFromValidationActionDelegate.java:212)
        at com.genuitec.myeclipse.ui.action.ExcludeFromValidationActionDelegate.selectionChanged(ExcludeFromValidationActionDelegate.java:196)
        at org.eclipse.ui.internal.PluginAction.refreshEnablement(PluginAction.java:208)
        at org.eclipse.ui.internal.PluginAction.selectionChanged(PluginAction.java:280)
        at org.eclipse.ui.internal.ObjectActionContributor.contributeObjectActions(ObjectActionContributor.java:144)
        at org.eclipse.ui.internal.ObjectActionContributorManager.contributeObjectActions(ObjectActionContributorManager.java:96)
        at org.eclipse.ui.internal.PopupMenuExtender.addObjectActions(PopupMenuExtender.java:253)
        at org.eclipse.ui.internal.PopupMenuExtender.menuAboutToShow(PopupMenuExtender.java:315)
        at org.eclipse.jface.action.MenuManager.fireAboutToShow(MenuManager.java:289)
        at org.eclipse.jface.action.MenuManager.handleAboutToShow(MenuManager.java:395)
        at org.eclipse.jface.action.MenuManager.access$1(MenuManager.java:391)
        at org.eclipse.jface.action.MenuManager$2.menuShown(MenuManager.java:417)
        at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:117)
        at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:928)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:952)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:933)
        at org.eclipse.swt.widgets.Control.WM_INITMENUPOPUP(Control.java:3556)
        at org.eclipse.swt.widgets.Control.windowProc(Control.java:3272)
        at org.eclipse.swt.widgets.Decorations.windowProc(Decorations.java:1539)
        at org.eclipse.swt.widgets.Shell.windowProc(Shell.java:1634)
        at org.eclipse.swt.widgets.Display.windowProc(Display.java:4025)
        at org.eclipse.swt.internal.win32.OS.TrackPopupMenu(Native Method)
        at org.eclipse.swt.widgets.Menu._setVisible(Menu.java:225)
        at org.eclipse.swt.widgets.Display.runPopups(Display.java:3374)
        at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2962)
        at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1914)
        at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1878)
        at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:419)
        at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
        at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:95)
        at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
        at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
        at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
        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.core.launcher.Main.invokeFramework(Main.java:336)
        at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
        at org.eclipse.core.launcher.Main.run(Main.java:977)
        at org.eclipse.core.launcher.Main.main(Main.java:952)
    
    
    #266558

    Riyad Kalla
    Member

    With the all in one install all the files are already there…the install does not look for the eclipse installed directory.

    Understood. I’m just making sure that you actually re-downloaded the 270mb all-in-one installer from our site and re-ran it, and installed to a new directory that has never existed before, like C:\Program Files\MyEclipse 5.1.0-PLEASE_GOD_WORK

    When I start MyEclipse, I am doing a -clean to ensure all the configuration is refreshed. When the application starts, the log file is clean of any errors……

    If you are using a brand new workspace you shouldn’t need this. Please make sure you are (e.g. C:\MyWorkspaceForTestingPleaseGodWork)

    When I right click on a project, I get the following error:

    This error is the text-book “existing WTP plugin conflicting with MyEclipse” error… that’s why I’m pushing the clean reinstall. If you are reusing your own workspace, reusing your old setup files, or just using the old directories over and over even though you think they are clean, chances are they aren’t, which is why you keep running into this.

    #266567

    Russ
    Member

    Riyah….

    There must be another location that the application is using…..because I removed the application…..I deleted the workspace…..I deleted the application directory so I could install FRESH. I also restarted box to be sure all was fresh.

    #266583

    Riyad Kalla
    Member

    This ellusive issue is going to make me bald..

    what happens when you reinstall to some silly directory name, like C:\test\MyEclipsePLEASEWORK, and then create a workspace under there too, C:\test\workspacedamnit

    Does that work? At this point, all I care about is getting things working (even in a test setup we are just going to erase) JUST so we know it’s possible, because then we have some reference point to work from.

    #266598

    Russ
    Member

    okay created new directory…..testmyeclipse….brought in the projects from SVN…..

    I am still getting the same exception in the new workspace when I right mouse the project.

    #266599

    Riyad Kalla
    Member

    I’m going to hang myself…

    Ok try this. Using Windows Explorer, go into the top-level install dir then right-click on the “eclipse” dir and go to Search. Then type in “org.eclipse.wst” to the search box and hit enter. Do you find any instances of WST (or go back and change it to jst) under the “eclipse” dir?

Viewing 15 posts - 1 through 15 (of 19 total)
Reply To: Right mouse button not working

You must be logged in to post in the forum log in