Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » Menu Problems with Eclipse 3.0 and Max OSX 10.4 (Tiger prerelease)
Menu Problems with Eclipse 3.0 and Max OSX 10.4 (Tiger prerelease) [message #440015] Tue, 20 July 2004 20:42 Go to next message
Gary Albelli is currently offline Gary AlbelliFriend
Messages: 3
Registered: July 2009
Junior Member
I am using the pre-release of Mac OSX 10.4 and Java 1.4.2. Eclipse seems
to be experienceing a
problems with the context menus. The following error and stack trace are
generated in the .log file of
the meta data directory.

!SESSION Jul 20, 2004 12:24:37.08
----------------------------------------------
eclipse.buildId=I200406251208
java.version=1.4.2_04
java.vendor=Apple Computer, Inc.
BootLoader constants: OS=macosx, ARCH=ppc, WS=carbon, NL=en_US
Command-line arguments: -keyring /Users/Gary/.eclipse_keyring -showlocation

!ENTRY org.eclipse.ui 4 4 Jul 20, 2004 12:24:37.14
!MESSAGE Unhandled event loop exception

!ENTRY org.eclipse.ui 4 0 Jul 20, 2004 12:24:37.19
!MESSAGE -2
!STACK 0
java.lang.ArrayIndexOutOfBoundsException: -2
at org.eclipse.swt.widgets.Menu.kEventMenuTargetItem(Menu.java: 674)
at org.eclipse.swt.widgets.Widget.menuProc(Widget.java:1018)
at org.eclipse.swt.widgets.Display.menuProc(Display.java:2399)
at org.eclipse.swt.internal.carbon.OS.PopUpMenuSelect(Native
Method)
at org.eclipse.swt.widgets.Menu._setVisible(Menu.java:190)
at org.eclipse.swt.widgets.Display.runPopups(Display.java:2978)
at
org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2509)
at
org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:1377)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1348)
at
org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:254)
at
org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:141)
at
org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplicatio n.java:96)
at
org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.java:335)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:273)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:129)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.eclipse.core.launcher.Main.basicRun(Main.java:183)
at org.eclipse.core.launcher.Main.run(Main.java:644)
at org.eclipse.core.launcher.Main.main(Main.java:628)
Re: Menu Problems with Eclipse 3.0 and Max OSX 10.4 (Tiger prerelease) [message #440041 is a reply to message #440015] Wed, 21 July 2004 16:40 Go to previous message
Steve Northover is currently offline Steve NorthoverFriend
Messages: 1636
Registered: July 2009
Senior Member
Please enter a bugzilla report. Thanks.

"Gary" <galbelli@optonline.net> wrote in message
news:cdk02v$nod$1@eclipse.org...
> I am using the pre-release of Mac OSX 10.4 and Java 1.4.2. Eclipse seems
> to be experienceing a
> problems with the context menus. The following error and stack trace are
> generated in the .log file of
> the meta data directory.
>
> !SESSION Jul 20, 2004 12:24:37.08
> ----------------------------------------------
> eclipse.buildId=I200406251208
> java.version=1.4.2_04
> java.vendor=Apple Computer, Inc.
> BootLoader constants: OS=macosx, ARCH=ppc, WS=carbon, NL=en_US
> Command-line arguments: -keyring
/Users/Gary/.eclipse_keyring -showlocation
>
> !ENTRY org.eclipse.ui 4 4 Jul 20, 2004 12:24:37.14
> !MESSAGE Unhandled event loop exception
>
> !ENTRY org.eclipse.ui 4 0 Jul 20, 2004 12:24:37.19
> !MESSAGE -2
> !STACK 0
> java.lang.ArrayIndexOutOfBoundsException: -2
> at
org.eclipse.swt.widgets.Menu.kEventMenuTargetItem(Menu.java: 674)
> at org.eclipse.swt.widgets.Widget.menuProc(Widget.java:1018)
> at org.eclipse.swt.widgets.Display.menuProc(Display.java:2399)
> at org.eclipse.swt.internal.carbon.OS.PopUpMenuSelect(Native
> Method)
> at org.eclipse.swt.widgets.Menu._setVisible(Menu.java:190)
> at org.eclipse.swt.widgets.Display.runPopups(Display.java:2978)
> at
> org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2509)
> at
> org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:1377)
> at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1348)
> at
>
org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:254)
> at
> org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:141)
> at
> org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplicatio n.java:96)
> at
>
org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.
java:335)
> at
>
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:273)
> at
>
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:129)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
>
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:39
)
> at
>
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl
..java:25)
> at java.lang.reflect.Method.invoke(Method.java:324)
> at org.eclipse.core.launcher.Main.basicRun(Main.java:183)
> at org.eclipse.core.launcher.Main.run(Main.java:644)
> at org.eclipse.core.launcher.Main.main(Main.java:628)
>
>
>
Previous Topic:Table header color
Next Topic:TableViewer displaying selection while not focus owner?
Goto Forum:
  


Current Time: Thu Sep 19 13:37:43 GMT 2024

Powered by FUDForum. Page generated in 0.02784 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top