Menu

#810 Unrecognized and deprecated Java VM options

closed
nobody
Mac OS (X) (69)
5
2009-03-01
2009-02-18
No

STEPS TO REPRODUCE
When starting FreeMind following messages are logged to the Console:
* Unrecognized Java VM option ignored: -Xdock:name="FreeMind"
* Unrecognized Java VM option ignored: -Xdock:icon="FreeMindWindowIconModern.icns"
* com.apple.macos.useScreenMenuBar has been deprecated. Please switch to apple.laf.useScreenMenuBar

ENVIRONMENT
Mac OS X 10.5.6
FreeMind 0.9.0 RC1

FIX
Following changes in build.xml:
* remove -Xdock:name because it is set via name in jarbundler
* remove -Xdock:icon because it is set via icon in jarbundler
* replace com.apple.macos.useScreenMenuBar with apple.laf.useScreenMenuBar

patch.txt is attached

Discussion

  • Alexander Daniel

    Patch against 0_9_0_rc1

     
  • Christian Foltin

    Tests have shown that your bug is solved with the version 0.9.0
    of the FreeMind software.
    If you do not agree and can still reproduce the bug with this
    version of the software, please reopen this bug or create a new one.

    Thanks, Your FreeMind team

     
  • Christian Foltin

    • status: open --> closed
     

Log in to post a comment.