>Is it possible to
>configure the codebase parameter in a jnlp file to point to the folder
>in which the JAR files reside to start the application?
Your JNLP file just points to the various jar files that the app needs
and the JAWS manager downloads and caches them as needed on the
client. see http://mindprod.com/jgloss/javawebstart.html
for sample code.

Signature
Canadian Mind Products, Roedy Green.
http://mindprod.com Java custom programming, consulting and coaching.
cubes - 09 Dec 2005 20:14 GMT
Great web page Roedy. Perfectly answered the question (and quite a few
others).