> >.. the customer now also wants an
> >offline installer for the Windows platform.
[quoted text clipped - 4 lines]
> --
> Andrew Thompsonhttp://www.athompson.info/andrew/
>> >.. the customer now also wants an
>> >offline installer for the Windows platform.
( javaws -import ?)
>Thanks for the reply. Yes, I am using that option in my script to
>install my app. In addition, I tried to use that option to install the
>JAI library, but it did not work. Did I do something wrong maybe? Have
>you been successfull with it?
I have not yet tried importing simple apps., let alone
apps. that use extensions, but it is something I have
been meaning to try.
I *suspect* you might have to -import the extensions
in 'reverse order'. That is, if application 'a' uses extension
'b', then to import it, you would need to first -import the
extension 'b', then afterwards -import the 'a' application.
To provide more help, I would require more detailed
information on the JNLP files(s) and exact input and
output.

Signature
Andrew Thompson
http://www.athompson.info/andrew/
Dobedani - 05 Jun 2007 11:59 GMT
> >> >.. the customer now also wants an
> >> >offline installer for the Windows platform.
[quoted text clipped - 17 lines]
> --
> Andrew Thompsonhttp://www.athompson.info/andrew/
Hi Andrew and others,
I tried again to import JAI. First I downloaded the file jai-1.1.3-
latest.jnlp from http://download.java.net/media/jai/webstart/release/
and then all JAR's and DLL's required for my platform as they are
listed in that JNLP file to directory C:\Temp. I then entered:
C:\TEMP>javaws -import -codebase file:/C:/Temp/jai-1.1.3-latest.jnlp
The library did not appear in the Java App Cache Viewer.
Then I moved all the JAR's and DLL's to this subdirectory:
1.1.3/windows-i586 and tried again. No success!
What other tricks could I try? Any suggestions are welcome! TIA
Kind regards,
Dobedani
Dobedani - 07 Jun 2007 13:51 GMT
Dear All,
For the record, I wish to report here which line we decided to follow
in order to obtain a so-called idiot proof offline installer for our
Java Web Start app. We made a MSI out of the JAI installer from Sun,
to enable silent instalation of JAI. Furthermore, I am working on a
KIX script to automate the installation tasks - see http://www.kixtart.org
HTH & Greetings,
Dobedani