Should work,depending on jvm version. It used to be something else,
com.apple.macos.useScreenMenuBar before 1.4 I think, but thats the
current property. It might need to be set in startup. You'd probably
have to track that down in the doc to be sure.
Please excuse my taking the opportunity to exercise my app but it
does what you indicate and shows this for Apple properties from the
shell console.
set apple.*
apple.laf.useScreenMenuBar=true
apple.awt.showGrowBox=true
apple.awt.graphics.UseQuartz=true
or
set | grep ^apple.*
System.in:67:apple.laf.useScreenMenuBar=true
System.in:70:apple.awt.showGrowBox=true
System.in:95:apple.awt.graphics.UseQuartz=true
I think I'm finally getting the hang of regular expressions a little
bit.
set java.version
java.version=1.5.0_06
could possibly still be the catch for yours.
Or maybe it's just typo'd in the plist
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Java-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/java-dev/email@hidden
This email sent to email@hidden