I have to deploy a Java application via Java Webstart. Webstart downloads the application jar and library jars needed, then after everything was downloaded there is a 50 second delay before the application starts.
Running the jar directly on the computer loads almost instantly, so it's not the application jar which is causing the problem.
I have Java 6 update 22 on the test machine.
Anyone have any ideas on how i could speed things up or what might be causing the problem?