Open red171 opened 1 year ago
I'm submitting a…
Short description of the issue/suggestion:
add ability to add (default) Arguments to JavaX
Arguments
JavaX
like
#if ($info.appArgs) <key>Arguments</key> <string>${info.appArgs}</string> #end
and then
<configuration> <appArgs>--withgui</appArgs> </configuration>
in https://github.com/tofi86/universalJavaApplicationStub this was resolved by JVMArguments
JVMArguments
at this moment, i duplicated the Info.plist.vtl for only 2 lines of code..
Info.plist.vtl
What is the motivation / use case for changing the behavior? in my case, my java application requires a argument to run in gui mode on macOS
Please tell us about your environment:
Hi @red171! Great, I take note of your suggestion ... keep in mind that this feature should also be extended to Windows and Linux, but I'm sure it can be done. Thanks!!
I'm submitting a…
Short description of the issue/suggestion:
add ability to add (default)
Arguments
toJavaX
like
and then
in https://github.com/tofi86/universalJavaApplicationStub this was resolved by
JVMArguments
at this moment, i duplicated the
Info.plist.vtl
for only 2 lines of code..What is the motivation / use case for changing the behavior? in my case, my java application requires a argument to run in gui mode on macOS
Please tell us about your environment: