I just want to make sure that I get this right:
By having the unix script launch the application, does that mean I
would have to specify the VMOptions and arguments in the script?
In which case my script would look something like this:
java -cp "$classpath" -Duser.dir="$workingdir" "$vm_opts" Shell
If it is true then it would reduce the maintainability of the app
package, because if changes to the vm opts & args are necessary, then
they have to be made on the script itself. I am still not sure how
much of a concern this to my users, if at all, though. Hopefully not
much.
What goes into the Info.plist is parsed by the JavaApplicationStub
which has no way as far as I know as you mentioned to work with any
kind of user variable.
_______________________________________________
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