Example of Extension installer ?

HiAnybody has an example of a JNLP application that uses an installer (installer-desc) ?I am tyring to make one, but somehow, I cannot get the application to start after the installer finishes...cheersYann.
[248 byte] By [ylamoure] at [2007-9-26 1:57:58]
# 1
a few have been posted to the forums; search for installer or extension
dwmiller4 at 2007-6-29 3:15:11 > top of Java-index,Desktop,Deploying...
# 2
Indeed !I found the solution to my problem at http://forums.java.sun.com/thread.jsp?forum=38&thread=71285The problem is due to the use of a non-default port for the web server.
ylamoure at 2007-6-29 3:15:11 > top of Java-index,Desktop,Deploying...