set a jnlp application that uses component ext, and list a few jar files in that component ext jnlp file.
mark all the jar files lazy in the component ext
start the application
the first jar listed in the component ext jnlp file will always be downloaded eagerly, even if it is marked lazy and the application start up does not reference any resources in that jar file
mark all the jar files lazy in the component ext
start the application
the first jar listed in the component ext jnlp file will always be downloaded eagerly, even if it is marked lazy and the application start up does not reference any resources in that jar file