Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [epp-dev] Issues with SWT and Mac 64bit?

September 24, 2014 7:29 PM
Ha! I was able to reproduce the problem.

I always start my eclipse from command line (old habit, way from the
time I used windows), and this works, no blurriness.

If I start Eclipse from Finder, I can confirm Marcel's observations, SDK
works fine, Standard is blurry.

Looks like NSHighResolutionCapable is missing from Info.plist, but I
could not find a way to edit the file to test this theory.

Igor,
Right-click on Eclipse.app and select Show Package Contents. There you'll find the info.plist file that you can drag to your text editor of choice.

Eric





_______________________________________________
epp-dev mailing list
epp-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/epp-dev
September 24, 2014 7:06 PM
Well, what do you know, I had every intention to keep my working config
until this was resolved, but our IT just pushed OSX updates to my
macbook. So I did some more testing.

As far as I can tell, both SDK and Standard packages work fine in my
updated environment, no blurriness. The problem must be something
else. I have OSX 10.9.5 and java 1.8.0_20 now. Attached is the new
installation details.

--
Regards,
Igor


_______________________________________________
epp-dev mailing list
epp-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/epp-dev
September 24, 2014 5:59 PM


I attached mine to
https://bugs.eclipse.org/bugs/show_bug.cgi?id=445013


On a first sight:

My OS is higher than Igor’s: 10.9.5 instead of 10.9.4
My JDK is higher than Igor’s: jdk1.8.0_20 vs jdk1.8.0_11


However, since the SDK download works well for me, it’s certainly neither Java nor the OS but rather some configuration option issue. I’m glad to help with testing but I’m not experienced in various options that that exist.


Best,
Marcel


_______________________________________________
epp-dev mailing list
epp-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/epp-dev
September 24, 2014 5:38 PM
I just tried standard package from [1] and everything looks proper on my
mac. I didn't update to the latest OSX and my java version is not the
latest either. Not sure what else can explains the discrepancy.

FWIW, attached are my installation details

[1] https://hudson.eclipse.org/packaging/job/luna.epp-tycho-build/205/artifact/org.eclipse.epp.packages/archive/20140918-0600_eclipse-standard-luna-SR1-macosx.cocoa.x86_64.tar.gz

--
Regards,
Igor


_______________________________________________
epp-dev mailing list
epp-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/epp-dev
September 24, 2014 5:20 PM

Thanks, I misread your first mail.

Since I cannot reproduce this issue because I don't have access to a Mac, I won't be of any help solving this issue. The build setup hasn't changed as far as I can tell, i. e. it was running on the same Hudson instance, with the same JVM (or at last a very similar one), the same Maven/Tycho versions etc. So the question is: What's the difference?

Usually my first suspects are MacOSX and SWT. But why is the SDK build not affected then?

Regards, Markus

_______________________________________________
epp-dev mailing list
epp-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/epp-dev



Back to the top