.html
>
> This javac task itself must be written in a build.xml file
> http://ant.apache.org/manual/using.html
>
> ANT also has 'exec' task which can execute any commands.
> So appletviewer command can also be called from ANT's build.xml.
>
> Hope this h
hi all!!
i am new with ant. For one of my projects, i need to write a simple build.xml
for compiling and running java applets.. i am able to compile those applets
but don't know how to run those.. can anyone help me in writing the code for
running applets.. I searched in net for a sample code for t