-
Notifications
You must be signed in to change notification settings - Fork 168
JVMVersion in plist is ignored #13
Comments
Yes, this is currently unsupported as stated in Missing Features. But thanks for trying and and the code contribution. |
Aye, it's working great for me and the few people who've beta tested it for me. This combined with the other report I made are both working without complaint from my play testers so far. EDIT: Also, thank you very much for this script, you solved a 2 year search for a way to universally fix our Mac app packaging! You can find the current debug version here. |
Just as an update, the project I'm on has pushed my updated version of the script into our SVN with a lot of positive feedback from Mac users. You can see my updated script here: |
Thanks for your suggestions and contributions, @Dylan-M Next version will contain support for |
If possible, you should probably add a comment that the plist entry is best with the + so that it will allow newer versions to support updates ;) |
Currently the JVMVersion tag [present in Apple info.plist, not sure about Oracle style] is being ignored.
I added the following in one of the general definition sections at the top of the file:
I've added the following code to the apple plist section:
And finally I modified the following in the find java section
And everything works kosher for me! If I exclude this, java_home still points to Apple's JDK6, but if I include it then it correctly points to my installed JDK8
The text was updated successfully, but these errors were encountered: