From paul_t100 at fastmail.fm Fri Nov 1 02:10:54 2013 From: paul_t100 at fastmail.fm (Paul Taylor) Date: Fri, 01 Nov 2013 09:10:54 +0000 Subject: Java 7 Application built on OSX 10.9 crashing on startup on 10.7.5 In-Reply-To: References: <52717C3A.9030404@fastmail.fm> <5F1AEAA7-F082-4877-AAE7-EE05ABBB567C@gmail.com> <5272F16B.8020500@fastmail.fm> Message-ID: <5273701E.2090003@fastmail.fm> On 01/11/2013 01:41, Michael Hall wrote: > On Oct 31, 2013, at 7:10 PM, Paul Taylor wrote: > >> On 31/10/2013 21:49, Michael Hall wrote: >>> On Oct 30, 2013, at 4:38 PM, Paul Taylor wrote: >>> >>>> /Applications/Jaikoz.app/Contents/MacOS/Jaikoz >>> I'm assuming this is the appbundler JavaAppLauncher. Which branch? java.net project or infinitekind? Which OS version was it built on? >> Ah, I think you have it. >> >> It was the latest version of infinitekind on mavericks, and now I remember change something in the appbundler build file because it couldn't find some 10.7 files, is it possible these files on 10.9 > is it possible these files are not on 10.9? I would think some incompatibility is possible. > You could maybe try building the native executable on 10.7 instead of 10.9. If it works, you have one executable that works for all. Otherwise you might have to resolve the incompatibility. > For infinitekind, or both JavaAppLauncher projects, figuring out what the incompatibility is might be appreciated anyhow. > Hi Michael Sorry that sentence didn't make much sense, I meant to say 'is it possible to install the missing files on OSX 10.9 so that appbundler builds without modification.' Anyway, I have found my mistake in the build.xml for appbundler i modified to I should have just changed the first line, and left the second line alone Building my application using this version of Appbundler it now works okay on 10.7, 10.8 and 10.9 Ive looked at the Infinitekinds Appbundler and this changed has already been committed, but unfortunately that occurred after I downloaded it. So sorry stupid mistake on my part but this backups my unanswered post on the Appbundler mailing list that it would be useful if Infinitekind made a prebuilt download available to help those of us who don't really understand non java stuff, and also had their own mailing list/bug tracker as there is no way to communicate on bitbucket except committing code and commenting on code, if that was the case I would have asked someone instead of blindly changing the build.xml without understanding what I was doing. Paul Paul From christopherbrown06 at gmail.com Fri Nov 1 09:33:52 2013 From: christopherbrown06 at gmail.com (Christopher Brown) Date: Fri, 1 Nov 2013 17:33:52 +0100 Subject: File watching on Oracle JDK on Mac OS X and other platforms Message-ID: Hello, As I understand it, the file watcher service introduced with JDK 7 uses native (near real-time) notifications on Windows and Linux, but polling on Mac OS X. First off, is this correct? Second, if it is, what is the polling interval on Mac OS X (and can it be configured)? (I originally posted this question to java-dev at lists.apple.com but reposted here following a reply on that list). Thanks, Christopher From tim.howe at bloodhoundcbc.com Fri Nov 1 11:01:50 2013 From: tim.howe at bloodhoundcbc.com (Tim Howe) Date: Fri, 1 Nov 2013 13:01:50 -0500 Subject: FullScreen (Exclusive) Swing Components Fail to Receive Keyboard Input on Java 7 on Mac OS X (Mountain) Lion In-Reply-To: <6397C2AB-0364-4DEB-810D-82A7336F0B8C@oracle.com> Message-ID: On 10/30/13 1:05 PM, "Leonid Romanov" wrote: >I've just pushed the fix for this issue. Should appear in main JDK 8 repo >after a while. Thanks so much Leonid. I'd love to try building with this patch and testing our application. Is it the one at ? And, I'm a little bit unfamiliar with the process so what timeframe (just days vs weeks vs months) is "a while" as far as appearing in the repo? Is there any chance this might get dropped into a future JDK 7 update as well? It appears the original bug was introduced in a JDK 7 update. Thanks, Tim This email message, including any attachment(s), is for the sole use of the intended recipient(s) and may contain confidential and legally privileged information. If you believe that you are not an intended recipient of this message, please contact the sender by reply email and destroy all copies of the original message. Any unauthorized use, dissemination, or reproduction of this message by anyone other than an intended recipient is strictly prohibited. BLOODHOUND is a trademark of Constitution Medical, Inc. From paul_t100 at fastmail.fm Fri Nov 1 13:00:51 2013 From: paul_t100 at fastmail.fm (Paul Taylor) Date: Fri, 01 Nov 2013 20:00:51 +0000 Subject: Specifying splash screen in bundle appears to completely screw up using FileDialog Message-ID: <52740873.8090006@fastmail.fm> After fixing a load of Java 7 related problems the last two days I was all set to do a new release of my application, but when I did final check of functionality I noticed that when using FileDialogs they were opening a slightly different view (not FileDialog not JFileChooser) and they were indicating busy whenever I selected a folder, and they stayed busy unless I selected another folder and the select the first folder again. this was major regression so I spent all afternoon checking my FileDialog related code which had been changed looking for what I could have changed that would cause this, nothing seemed to fix it. So I then started rebuilding my code from different svn checkins to try and find out where it goes wrong, and the culprit was adding a splash screen to the application bundle ! I did have this in appbundle ant file (and I'm sure I've specified it correctly because the application did correctly show the splash screen when built with this included )