Re: Ending the need for apple.laf.useScreenMenuBar

2015-03-10 Thread David DeHaven
> > Curious. I just started jconsole to watch memory usage for a java > application. It shows a non-mac in-frame menubar? > With just jconsole…. > which jconsole > /usr/bin/jconsole > > ls -l /usr/bin/jconsole > lrwxr-xr-x 1 root wheel 78 Sep 16 19:13 /usr/bin/jconsole -> > /System/Library/

Re: JRELoadError

2015-03-10 Thread David DeHaven
It’d be more helpful to know what the NSException was. Without that information, it’s nearly impossible to figure out what’s going on from the stack trace alone. Debug symbols would help too, but if you’re using Java Packager that won’t be an option (sounds like an RFE waiting to happen..). Whi

Re: JRELoadError

2015-03-10 Thread Emmanuel Puybaret
Hi, Thanks for your suggestion. Unfortunately, I don't believe it's a mix between 32 and 64 bit libraries. In the sandboxed version I distribute, binaries are built with an Ant script which removes the 32 bit version of libraries with lipo. Doesn't the stack trace give some hints to some of you