issues in converting from JDK6 to JDK7

2013-12-10 Thread Alan Snyder
I've waited until now to try to convert my applications to JDK7, and I am pleased at how well things are working. I encountered two incompatibilities, however: (1) I found that text rendered via Quaqua looked good (and normal) but text in the same font rendered by my code looked bad. Apparently

Re: Dragging an image from firefox browser works but not Google Chrome with Java 7

2013-12-10 Thread Petr Pchelko
Hello, Paul. Looks like the bug is indeed reproducible on 7u45, however my testing shows that JDK-8 works well. Could you please check your test case on JDK 8? It could be downloaded here: https://jdk8.java.net/download.html Thank you. With best regards. Petr. On 10.12.2013, at 17:41, Paul Tay

Re: Building OpenJDK on Mavericks (OS X 10.9)

2013-12-10 Thread Weijun Wang
What I did is to save a copy of usr dir inside Xcode 4 and run bash configure --with-tools-dir=/saved/xcode4/usr/bin/ ... --Max On 12/10/13, 22:38, Staffan Larsen wrote: On 10 dec 2013, at 14:48, William Moore wrote: Thanks David Maybe I can do something with Mountain Lion running in a

Re: Building OpenJDK on Mavericks (OS X 10.9)

2013-12-10 Thread William Moore
OK, I’ll try that too. William On 10 Dec 2013, at 3:38pm, Staffan Larsen wrote: > > On 10 dec 2013, at 14:48, William Moore wrote: > >> Thanks David >> >> Maybe I can do something with Mountain Lion running in a virtual machine. >> I’ll investigate that. > > Having multiple XCode version

Re: Building OpenJDK on Mavericks (OS X 10.9)

2013-12-10 Thread Staffan Larsen
On 10 dec 2013, at 14:48, William Moore wrote: > Thanks David > > Maybe I can do something with Mountain Lion running in a virtual machine. > I’ll investigate that. Having multiple XCode versions installed is also a work-around. /Staffan > > William > > On 9 Dec 2013, at 6:26pm, David DeH

Re: Building OpenJDK on Mavericks (OS X 10.9)

2013-12-10 Thread William Moore
Thanks David Maybe I can do something with Mountain Lion running in a virtual machine. I’ll investigate that. William On 9 Dec 2013, at 6:26pm, David DeHaven wrote: > >> Back in September when I had Mountain Lion (OS X 10.8) I was able to build >> my own version of OpenJDK 7 Update 40. >>

Dragging an image from firefox browser works but not Google Chrome with Java 7

2013-12-10 Thread Paul Taylor
Dragging an image from firefox browser works but not Google Chrome, Chrome provides no data flavours when using Java 7 (1.7.0_45) although it works correctly when using Java 6