I experience some forking, threading or waiting problem. My GUI application
dies in a second after start when started from Ant, whereas it normally runs
without it. Can somebody give a clue?

<target name="runapp" depends="build">
        <java classname="jfcunittests.demo.DemoApp" classpath = "${classpath}" />
</target>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to