Name: ch7115 Date: 05/23/2002
Java Web Start does not support Jar Indexing which is a part of
the Jar File Spec. In stead it has "eager" and "lazy" mode of
download of the jar files. The problem is that we have to mention
all the jar file names, some of our apps has 120 jar files, in the
jnlp file with download=lazy set. It would be of great help to stick
to the standard on-demand load of the jar files through Jar Indexing.
Even when you specify download=lazy, it is unclear how the Java Web
Start finds out the class,jar file mapping.
(Review ID: 146929)
======================================================================
- duplicates
-
JDK-5076633 Missing slash on resource URLs with Java WebStart
-
- Closed
-
-
JDK-5072943 Code loaded by JNLPClassLoader should have CodeSource with correct codebase.
-
- Closed
-