Would be useful if there was a module argument similar to
#VirtualMachineArgs:
and
#CommandLineArgs:
to define a java VM Property that could be read in code by the GetSystemProperty function?
I can pass my system properties with the Java Packager but I can't do any easy testing within the IDE.
NB: I think they can also be passed to the java.exe with the -D
eg. -Dmyproperty=value
#VirtualMachineArgs:
and
#CommandLineArgs:
to define a java VM Property that could be read in code by the GetSystemProperty function?
I can pass my system properties with the Java Packager but I can't do any easy testing within the IDE.
NB: I think they can also be passed to the java.exe with the -D
eg. -Dmyproperty=value