I am having a similar problem to this one.
I am using applets through webstart, and they are starting really slow, like loading each resource/class separated when needed instead loading all jars at start, sometimes failing too.
.... 2.6.32-26-generic-pae) Java/1.6.0_22"
**** - - [29/Dec/2010:14:56:31 -0200] "GET /prototipos/discoverthename-release/resources-0.0.1-SNAPSHOT.jar HTTP/1.1" 200 812712 "-" "Mozilla/4.0 (Linux 2.6.32-26-generic-pae) Java/1.6.0_22"
**** - - [29/Dec/2010:14:56:36 -0200] "GET /prototipos/discoverthename-release/resources-0.0.1-SNAPSHOT.jar HTTP/1.1" 200 812712 "-" "Mozilla/4.0 (Linux 2.6.32-26-generic-pae) Java/1.6.0_22"
**** - - [29/Dec/2010:14:56:40 -0200] "GET /prototipos/discoverthename-release/resources-0.0.1-SNAPSHOT.jar HTTP/1.1" 200 812712 "-" "Mozilla/4.0 (Linux 2.6.32-26-generic-pae) Java/1.6.0_22"
**** - - [29/Dec/2010:14:56:44 -0200] "GET /prototipos/discoverthename-release/resources-0.0.1-SNAPSHOT.jar HTTP/1.1" 200 812712 "-"
That is happening with my new applets, I have others working right, using webstart too, The only difference I can think between old and new applets is the dependencies (resources and nativelibs).
I have tried to put download=“eager” to all resources and nativelibs in the jnlp but didn’t work either, it kept the lazy behavior.
Hope anyone knows a solution