Apple has posted a Java SE 6 Developer Preview 8 on their developer site. In the release notes they say that this Developer Preview “has a refreshed implementation of the Aqua Look-and-Feel, designed to work with a User Display Scale Factor greater than 1.0. Please see Tech note 2196: New Control Styles available within J2SE 5.0 on Mac OS X 10.5 for more information about new client properties available in this implementation of the Aqua Look and Feel. Any use of the legacy Aqua Look-and-Feel classes is deprecated”.
Hi Marcel,
just make sure you update the info.plist file with these options
You will need to modify the Java dictionary in your application bundle's Info.plist to specify Java SE 6:
Set the JVMVersion key's string value to 1.6*
Add the JVMArchs key with a string value of x86_64
key value
JVMVersion 1.6*
JVMArchs x86_64