Hello!
How do you launch an applet via Ant? There's a java task for normal
applications, but I wonder why there's no equivalent <appletviewer>
task...?
Maybe it's something you usually don't want? Hmm but I do...
So, the only way seems to go via <exec> (yuk), is that right?
Karsten
Roedy Green - 06 Oct 2007 02:06 GMT
>How do you launch an applet via Ant? There's a java task for normal
>applications, but I wonder why there's no equivalent <appletviewer>
>task...?
I think you will need exec to launch a browser, Applet viewer or the
Applet itself directly. I write nearly all my Applets with a main
method so they can be run also as an Application.
see http://mindprod.com/jgloss/applet.html

Signature
Roedy Green Canadian Mind Products
The Java Glossary
http://mindprod.com