MacOS and Launching a new Eclipse Application [message #1779090] |
Tue, 02 January 2018 09:10  |
Eclipse User |
|
|
|
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 09:19] by Moderator
|
|
|
Re: MacOS and Launching a new Eclipse Application [message #1779164 is a reply to message #1779090] |
Wed, 03 January 2018 07:05  |
Eclipse User |
|
|
|
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 07:13] by Moderator
|
|
|
Powered by
FUDForum. Page generated in 0.04136 seconds