| From | Sent On | Attachments |
|---|---|---|
| Brian Burkhalter | Jun 8, 2007 1:14 pm | |
| jai-...@javadesktop.org | Jun 8, 2007 3:39 pm | |
| Brian Burkhalter | Jun 8, 2007 5:23 pm | |
| David Clunie | Jun 11, 2007 1:38 pm | |
| Brian Burkhalter | Jun 11, 2007 1:58 pm | |
| Marco Sambin - NeoLogica | Jun 12, 2007 1:01 am | |
| robert engels | Jun 12, 2007 1:18 am | |
| robert engels | Jun 12, 2007 1:19 am | |
| David Clunie | Jun 12, 2007 5:24 pm | |
| Brian Burkhalter | Jun 13, 2007 10:58 am | |
| Marc Boscher | Jun 13, 2007 11:41 am | |
| Rosati Claudio | Jun 13, 2007 10:51 pm | |
| David Clunie | Jun 14, 2007 3:26 am | |
| David Clunie | Jun 14, 2007 3:35 am | |
| Bogdan Iamandei | Jun 14, 2007 4:08 am | |
| David Clunie | Jun 14, 2007 9:43 am | |
| Brian Burkhalter | Jun 14, 2007 5:50 pm | |
| Brian Burkhalter | Jun 14, 2007 5:51 pm | |
| Brian Burkhalter | Jun 14, 2007 5:54 pm | |
| jai-...@javadesktop.org | Jul 17, 2007 6:58 am |
| Subject: | Re: [JAI-IMAGEIO] JAI Image I/O Tools is now available via Web Start | |
|---|---|---|
| From: | Brian Burkhalter (Bria...@Sun.COM) | |
| Date: | Jun 11, 2007 1:58:15 pm | |
| List: | net.java.dev.jai-imageio.interest | |
David,
I tested this on MacOSX to see what would happen; I was expecting it to just load the Pure Java codecs (e.g., for JPEG 2000) and work.
It would not as there is no entry for Mac in the JNLP as you noted below.
It didn't, but rather caused the application to fail to execute at all (which is a problem, since the app can function without these codecs), at least the first time.
So I modified the JNLP that you supply at:
"http://download.java.net/media/jai-imageio/webstart/early-access/jai-imageio-1.1.jnlp"
to include the following:
<resources os="Mac OS X"> <jar href="1.1/linux-i586/jai_imageio.jar" download="eager"/> </resources>
That allowed the application to actually run without complaining that a resource could not be loaded.
BUT, it did not actually cause the jai_imageio.jar to be used to provide access to the JPEG 2000 codec.
That seems strange. What shows up in the javaws cache viewer?
Note that actually downloading 1.1/linux-i586/jai_imageio.jar manually and putting it in the classpath and invoking things from the command line does work just fine.
That is as one would hope.
Brian
---------------- Brian Burkhalter Java Media, Imaging, and Graphics Sun Microsystems, Inc.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ This email message is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply email and destroy all copies of the original message. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~





