Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. redbaron11

    Problems starting java application with ant

    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...

Part and Inventory Search

Back
Top