Are you launching it locally via a server/web browser? If the former, is it supposed to work like that?
If the latter, are you able to access those jars directly through your browser? Cheers, Chris 2009/6/19 Greg Brown <[email protected]> > Hi all, > > I'm trying to add JNLP files to the WARs produced by the deploy target. I > want the files to use a relative codebase so we can test them locally (and > also for maintainability reasons). However, I am not having any luck getting > this to work. > > I generate the JNLP files using the same token replacement approach we're > using for the HTML files. Here's the JNLP template for the Kitchen Sink app: > > > http://svn.apache.org/repos/asf/incubator/pivot/trunk/demos/www/kitchen_sink.template.jnlp > > I don't see anything obviously wrong with it, yet when I try to launch the > generated JNLP file, I'm told that: > > "The field <jar>href has an invalid value: > lib/pivot-core-1.3-incubating.jar,lib/pivot-core-1.3-incubating.jar" > > The lib directory does exist, as does the pivot-core-1.3-incubating.jar > file. > > I don't have a lot of experience with JNLP, so maybe I'm doing something > wrong. Does anyone have any suggestions? > > Thanks, > Greg > >
