--- John Caron <[EMAIL PROTECTED]> wrote: > [java] JVM args ignored when same JVM is used. > > what so you suppose that means?
It means you can't pass new args to an already running JVM -- you'll need a new JVM to pass them to (see the 'fork' attribute). Diane ===== ([EMAIL PROTECTED]) __________________________________________________ Do You Yahoo!? Yahoo! Health - Feel better, live better http://health.yahoo.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
