Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » MacOS and Launching a new Eclipse Application(Eclipse application doesn't react)
MacOS and Launching a new Eclipse Application [message #1779090] Tue, 02 January 2018 14:10 Go to next message
Mehmet Karaman is currently offline Mehmet KaramanFriend
Messages: 63
Registered: November 2012
Location: Berlin
Member
Hello,

recently I've switched from a Windows PC to Mac, Installed eclipse and set up my workspace as usual. After launching a new Eclipse application in debug/run mode, my eclipse window shows up, but doesn't react on anything. Wether I can click on close, minimize and maximize, nor I can use its menu or any view and toolbar action. The console output is quoted below:
Quote:

2018-01-02 14:37:34.648 java[2401:118730] *** WARNING: Method userSpaceScaleFactor in class NSWindow is deprecated on 10.7 and later. It should not be used in new applications. Use convertRectToBacking: instead.
2018-01-02 14:37:34.721 java[2401:118730] *** WARNING: Method userSpaceScaleFactor in class NSView is deprecated on 10.7 and later. It should not be used in new applications. Use convertRectToBacking: instead.
!SESSION 2018-01-02 14:37:28.734 -----------------------------------------------
eclipse.buildId=unknown
java.version=1.8.0_152
java.vendor=Oracle Corporation
BootLoader constants: OS=macosx, ARCH=x86_64, WS=cocoa, NL=de_DE
Framework arguments: -application org.eclipse.ui.ide.workbench
Command-line arguments: -application org.eclipse.ui.ide.workbench -data /Users/mkaraman/eclipse/promodsl-dev-futurelab/ws/../runtime-New_configuration -dev file:/Users/mkaraman/eclipse/promodsl-dev-futurelab/ws/.metadata/.plugins/org.eclipse.pde.core/New_configuration/dev.properties -os macosx -ws cocoa -arch x86_64 -consoleLog

!ENTRY org.eclipse.core.net 1 0 2018-01-02 14:37:35.002
!MESSAGE System property http.nonProxyHosts has been set to local|*.local|169.254/16|*.169.254/16 by an external source. This value will be overwritten using the values from the preferences

!ENTRY org.eclipse.ui 4 4 2018-01-02 14:39:30.957
!MESSAGE Unable to create menu item "null", command "org.eclipse.ui.cocoa.minimizeWindow" not defined

!ENTRY org.eclipse.ui 4 4 2018-01-02 14:39:30.958
!MESSAGE Unable to create menu item "null", command "org.eclipse.ui.cocoa.zoomWindow" not defined

!ENTRY org.eclipse.ui 4 4 2018-01-02 14:39:30.958
!MESSAGE Unable to create menu item "null", command "org.eclipse.ui.cocoa.fullscreenWindow" not defined

!ENTRY org.eclipse.ui 4 4 2018-01-02 14:39:30.959
!MESSAGE Unable to create menu item "null", command "org.eclipse.ui.cocoa.arrangeWindowsInFront" not defined


What could be the problem? Thanks in advance.

Best regards
M.Karaman

[Updated on: Tue, 02 January 2018 14:19]

Report message to a moderator

Re: MacOS and Launching a new Eclipse Application [message #1779164 is a reply to message #1779090] Wed, 03 January 2018 12:05 Go to previous message
Mehmet Karaman is currently offline Mehmet KaramanFriend
Messages: 63
Registered: November 2012
Location: Berlin
Member
Found the problem. It was because I was using an older eclipse repository in my targlet (older SWT version). Referencing to oxygen.1a solved my problem. The first two lines of my quoted console output stated my problem also.

[Updated on: Wed, 03 January 2018 12:13]

Report message to a moderator

Previous Topic:Using target definition in headless pde build?
Next Topic:NullPointerException when dragging tab to a new location with custom perspectives
Goto Forum:
  


Current Time: Sat Apr 27 17:57:13 GMT 2024

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

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

Back to the top