We are generating a service launcher for our app. In the vmoptions file we do set a parameter which contains whitespaces (e.g. file path):
-Dmy.parameter=my file path
This does not seem to work in the service launcher für OSX (but does for Windows).
Also putting the value in quotes does not work:
-Dmy.file.path="my file path"
Both will generate an error stating "main class not found: file.path"