----- Original Message -----
From: "Mike Bridge" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, March 16, 2001 11:51 PM
Subject: Problem with <ARG>: ends up in wrong place?
> I have a problem with the "arg" entity within the "java" tag. When it
> executes the jdk, it places the argument after the target class file,
> rather than before. Right or wrong, when I run this (at least with
> IBM-JDK1.3), java doesn't recognize that anything has been passed
> to it with the "-D" argument. However, if I type this from the
> command line and put the "-D" BEFORE the class name, it works fine.
>
Have you tried to use <jvmarg>?
Nico