Re: Ant and appletviewer



On Fri, 05 Oct 2007 06:15:13 -0700, Karsten Wutzke <kwutzke@xxxxxx>
wrote, quoted or indirectly quoted someone who said :

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

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



Relevant Pages

  • Re: Exec() Help!
    ... >tried searching the net, ... For how you turn an Applet into an application see ... Coaching, problem solving, economical contract programming. ...
    (comp.lang.java.help)
  • Exec() Help!
    ... I'm trying to start an external applet from an applet I'm writing. ... Exec() Is the key, but I don't know how to use it. ... I know how to execute ...
    (comp.lang.java.help)
  • Re: Exec() Help!
    ... In my applet main is static but init is not (with the code ... > Canadian Mind Products, Roedy Green. ...
    (comp.lang.java.help)
  • Re: Why no getCodebase() in apps?
    ... The Applet purpose is to be able to check ... The getCodebase() method is also commonly used to establish a path to ... folder), it is easy to create code that will still work even if you ... It would be very handy to have a similar method for applications. ...
    (comp.lang.java.help)
  • applet launches a browse resistent window
    ... I have an applet on every page of my web app that polls a servlet. ... I wish to launch some flavour of popup that persists whilst the user ... 3/ Use JScript and launch the JScript from the applet. ...
    (comp.lang.java.programmer)