On Dec 21, 2007 12:20 AM, Farrukh Najmi <[EMAIL PROTECTED]> wrote: > Jerome Lacoste wrote: > ... > > > > There's an example project that uses the jnlp-download-servlet. > > > > attached to http://jira.codehaus.org/browse/MWEBSTART-54 is a file > > webstartDemo+1.1.zip > > > > (direct link > > http://jira.codehaus.org/secure/attachment/31058/webstartDemo+1.1.zip) > > > > You will also find it here: > > > > https://svn.codehaus.org/mojo/trunk/mojo/webstart-maven-plugin/plugin/src/it/it002/ > > > > Instructions in > <https://svn.codehaus.org/mojo/trunk/mojo/webstart-maven-plugin/plugin/src/it/it002/README.txt> > suggets to find jnlp-servlet.jar under JDK install tree > (%JAVA_HOME%\sample\jnlp\servlet\jnlp-servlet.jar). > > On my Ubuntu 7.10 Linux I do not find the jar anywhere under JDK 5 or 6 > installs.
which java version ? I am on Ubuntu with Sun's SDK : $ /usr/local/lib/java/bin/java -version java version "1.6.0_02-ea" Java(TM) SE Runtime Environment (build 1.6.0_02-ea-b02) Java HotSpot(TM) Server VM (build 1.6.0_02-ea-b02, mixed mode) $ ls /usr/local/lib/java/sample/jnlp/servlet/ GNUmakefile jardiff.jar jnlp.jar jnlp-servlet.jar README src you need a Sun JVM. A free (as in free before Sun's Free Java 7) JVM will probably not contain that jar. > It seem the following is the location for a copy installed at codehaus. > > Perhaps instructions hsould be updated? done > I will give this a try and report back. Thanks again for your terrific help. > > > -- > Regards, > Farrukh Najmi > > Web: http://www.wellfleetsoftware.com > > > > --------------------------------------------------------------------- > To unsubscribe from this list please visit: > > http://xircles.codehaus.org/manage_email > > -- Jerome Lacoste --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email
