Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 402808

Summary: Application run from eclipse runs in low resolution on Retina screen
Product: [Eclipse Project] JDT Reporter: J.F.Lanting <J.F.Lanting>
Component: CoreAssignee: Stephan Herrmann <stephan.herrmann>
Status: CLOSED NOT_ECLIPSE QA Contact:
Severity: blocker    
Priority: P3 CC: stephan.herrmann
Version: 4.3   
Target Milestone: 4.3 M6   
Hardware: Macintosh   
OS: Mac OS X   
Whiteboard:

Description J.F.Lanting CLA 2013-03-09 06:51:16 EST
I installed APPLE's JAVA 6 on my MacBook Pro / Retina.
Eclipse 4.3M5a seems to run correctly ([] low resolution unchecked,
text is readable, icons seem small but ok,

but a simple JAVA application shows an icon on a JButton in low resolution:
the test on MSWindows displays a 48x48 icon ion a 57x57 button correctly;
the icon for the Retina text is 96x96 but "overflows".
Therefore I assume that the single .class file does not 'inherit' high resolution
when launched from eclipse.
;JOOP!
Comment 1 Stephan Herrmann CLA 2013-03-09 09:12:58 EST
It's not the job of a Java compiler or an IDE to store information about
screen resolution in .class files.