On 2017-08-17, Al Le wrote:
> How can I achieve that some system properties are passed to the JVM
> started by the 'java' task with the 'fork=true' option without
> specifying them explicitly in the script?
Setting clonevm to true will copy over all system properties - but a
bunch of other settin
Hello,
I'd need an advice from the experts.
In my ant script, I run a java program several times (up to 20) via the
'java' task. The program opens a connection to some server and uses the
IAIK library for this (some Java security stuff).
The server requires a certain level of the security me