For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub
- This topic has 12 replies, 9 voices, and was last updated 19 years, 1 month ago by
ullemiller.
-
AuthorPosts
-
njmadanMemberHi,
I’ve installed 5.1 and lost the ability to use the right mouse button. Right clicking is simply not available anywhere. Disabling MyEclipse restores the ability to right click.
installation details below:
*** Date:
Saturday, November 25, 2006 10:10:42 PM EST** System properties:
OS=Linux
OS version=2.6.18-1.2239.fc5
Java version=1.5.0_09*** MyEclipse details:
MyEclipse Enterprise Workbench
Version: 5.1.0 GA
Build id: 20061111-5.1.0-GA*** Eclipse details:
Eclipse SDKVersion: 3.2.1
Build id: M20060921-0945Eclipse Platform
Version: 3.2.1.r321_v20060921-b_XVA-INSQSyMtx
Build id: M20060921-0945Eclipse Java Development Tools
Version: 3.2.1.r321_v20060905-R4CM1Znkvre9wC-
Build id: M20060921-0945Eclipse Plug-in Development Environment
Version: 3.2.1.r321_v20060823-6vYLLdQ3Nk8DrFG
Build id: M20060921-0945Eclipse Project SDK
Version: 3.2.1.r321_v20060801-tQ1w49KnTArT0FZ
Build id: M20060921-0945Eclipse Graphical Editing Framework
Version: 3.2.1.v20060921
Build id: 20060921-1617Eclipse RCP
Version: 3.2.1.r321_v20060801-2ekW2BxmcpPUOoq
Build id: M20060921-0945Eclipse Graphical Editing Framework
Version: 3.2.1.v20060921
Build id: 20060921-1617Eclipse startup command=
-os
linux
-ws
gtk
-arch
x86_64
-launcher
/usr/local/eclipse/eclipse
-name
Eclipse
-showsplash
600
-exitdata
62800d
-vmargs
-server
-Xms512M
-Xmx1024M
-XX:MaxPermSize=256M
-clean
-vm
/usr/local/java/jdk1.5.0_09/bin/javaNovember 26, 2006 at 8:02 am #262591
support-snjezaMembernjmadan ,
Can you send me your error log.
You can get the Error Log View by going to Window>Show View>Other>PDE Runtime>Error Log View.
If you have installed ‘all-in-one’, you should use Help>Abouth Eclipse SDK>Configuration Details>View Error LogHave you installed MyEclipse 5.1.0 from scratch or you updated it from MyEclipse 5.0.1?
Do you have installed any other plugin ?November 27, 2006 at 11:00 am #262629
bezdomnyMemberI have the exact same issue on Windows. I’m using jdk 1.5.09.
Any others have this problem. Any fixes?B
November 27, 2006 at 11:03 am #262630
bezdomnyMemberHere is my PDE Runtime error:
eclipse.buildId=M20060921-0945
java.version=1.5.0_09
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Framework arguments: -product com.genuitec.myeclipse.product.ide
Command-line arguments: -os win32 -ws win32 -arch x86 -product com.genuitec.myeclipse.product.ideError
Mon Nov 27 12:00:39 EST 2006
org/eclipse/wst/sse/ui/internal/reconcile/validator/ValidationHelperjava.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.addEditorActions(PopupMenuExtender.java:241)
at org.eclipse.ui.internal.PopupMenuExtender.menuAboutToShow(PopupMenuExtender.java:313)
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(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)That error is followed by this:
An exception stack trace is not available.
November 27, 2006 at 11:18 am #262631
support-snjezaMemberbezdomny ,
MyEclipse requires the patched WTP (webtools).
I suppose that you have installed the original WTP and Eclipse grabs it instead of MyEclipse WTP.
Please try to disable the original WTP using Help>Software Updates>Manage Configuration or remove/uninstall the original WTP.
If you have some other plugins that require WTP, MyEclipse WTP will work correctly.November 28, 2006 at 8:31 am #262674
dougl_fidoMember@support-snjeza wrote:
bezdomny ,
MyEclipse requires the patched WTP (webtools).
I suppose that you have installed the original WTP and Eclipse grabs it instead of MyEclipse WTP.
Please try to disable the original WTP using Help>Software Updates>Manage Configuration or remove/uninstall the original WTP.
If you have some other plugins that require WTP, MyEclipse WTP will work correctly.I am having the same problem. I feel that you need to post a more detailed solution/recommendation and/or fix. I have rolled back to 5.0.1 and regained use of the mouse menu.
November 28, 2006 at 8:57 am #262676
Richard GillParticipantditto. See my other postings on the same issue (right mouse clicks not working…)
November 28, 2006 at 11:56 am #262685
support-snjezaMemberSlava,
You have installed the original WTP to the base Eclipse location.
Please try to use next:
– Help>Software Updates>Manage Configuration
– expand the node /D:/eclipse-3.2.1
– disable these features:
EMF
Graphical Editing Framework
J2EE Standard Tools
Visual Editor (optional)
Web Standard ToolsAfter disabling, Eclipse will load these features from the MyEclipse node.
I suppose that you don’t have to disable the Visual EditorNovember 28, 2006 at 1:54 pm #262697
basilpMember@support-snjeza wrote:
Slava,
You have installed the original WTP to the base Eclipse location.
Please try to use next:
– Help>Software Updates>Manage Configuration
– expand the node /D:/eclipse-3.2.1
– disable these features:
EMF
Graphical Editing Framework
J2EE Standard Tools
Visual Editor (optional)
Web Standard ToolsAfter disabling, Eclipse will load these features from the MyEclipse node.
I suppose that you don’t have to disable the Visual EditorIt did not work, but thanks for a hint. In my case it was not possible to disable anything. I was getting pop-up windows with “Requested operation cannot be performed because it would invalidate the current configuration…”.
What i did was 1) uninstall MyEclipse 2) disable the above features and unstall older versions 3) install MyEclipse.Now right-click works OK.
November 29, 2006 at 9:32 am #262772
Nick MaioranaMemberI had the same issue.
February 2, 2007 at 2:58 pm #265563
ullemillerMemberi have the same problem
i uninstalled myeclipse, eclipse
i tried to do the things you told above
but i still have the message:
“Requested operation cannot be performed because it would invalidate the current configuration…”.thats crap.
February 4, 2007 at 1:15 am #265601
Brian FernandesModeratorThis FAQ entry provides further details: http://www.myeclipseide.com/PNphpBB2+file-viewtopic-t-15728.html
Be advised that if you see this problem, you’re not running with a MyEclipse version of WTP, which is necessary for the proper functioning of the IDE. MyEclipse 5.5M1 allows the right click / context menu to work even in this case, but you should be aware of this fact.
February 5, 2007 at 4:28 am #265616
ullemillerMemberthanks, now it works.
greez
ulle
-
AuthorPosts
