I have a simple HelloWorld application, which i want to start with ant. Here the ant build.xml:
<project name="test" default ="run-helloworld">
<target name="run-helloworld">
<java classname="build/HelloWorld" fork="true" />
</target>
</project>
HelloWorld.class is saved in the directory...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.