Ending the need for apple.laf.useScreenMenuBar
Michael Hall
mik3hall at gmail.com
Mon Mar 9 23:33:22 UTC 2015
On Jan 23, 2015, at 3:49 AM, Sergey Bylokhov <sergey.bylokhov at oracle.com> wrote:
>>
>
> I suppose nobody object to enable this property by default in jdk9? The possibility to switch it off will exist.
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/Frameworks/JavaVM.framework/Versions/Current/Commands/jconsole
same behavior with…
/usr/libexec/java_home -v 1.9 --exec jconsole
Actually, neat trick, if I do…
jconsole -version
I get...
JConsole version "1.9.0-ea-b50"
Java(TM) SE Runtime Environment (build 1.9.0-ea-b50)
Java HotSpot(TM) 64-Bit Server VM (build 1.9.0-ea-b50)
so new version either way. Not sure how the /System/Library version picks that up.
Anyhow, the menubar for jdk9 doesn’t seem to automatically include the mac menubar option?
Michael Hall
trz nio.2 for OS X http://www195.pair.com/mik3hall/index.html#trz
HalfPipe Java 6/7 shell app http://www195.pair.com/mik3hall/index.html#halfpipe
AppConverter convert Apple jvm to openjdk apps http://www195.pair.com/mik3hall/index.html#appconverter
More information about the macosx-port-dev
mailing list