Ah - yeah, I just use standard <a href="foo.jnlp">...</a> - I use the deployment toolkit on the page to make sure the user has the proper JRE installed (if they don't, they'll get prompted to install Java immediately when the page loads).
-T On Fri, Oct 16, 2009 at 11:24 AM, Greg Brown <[email protected]> wrote: > Do you use the Java Deployment Toolkit to launch them, or are they just > standard HTML anchor tags? I'm guessing that the absolute URL requirement > comes from the deployment toolkit... > > > On Oct 16, 2009, at 11:21 AM, Todd Volkert wrote: > > FYI, I use relative jnlp links on my site that has deployed two live Pivot >> apps, and they work. >> >> -T >> >> On Fri, Oct 16, 2009 at 11:13 AM, Greg Brown <[email protected]> wrote: >> >> One thing I don't understand is why the JNLP links have to be absolute. >>> Sandro, can you explain that part? Is it required by the Java Deployment >>> Toolkit? >>> >>> In any case, since we can't actually deploy our JSP-based JNLP files to >>> our >>> project site, why don't we just keep index.jsp and index.html separate. >>> index.jsp can be used to launch Web Start versions, and index.html can be >>> used to launch the applets. >>> >>> G >>> >>> >>> >
