Java 1.5.09/10 Java Applet on Vista - starts but never downloads files
We are attempting to test a java 1.5.07 compiled and signed Java applet with Windows Vista (from MSDN).
Logged in as an administrator on the client PC, we installed the 1.5.09 and the 1.5.10 JRE on the client.
We then changed the html of the applet page to specifiy the new plugin version so it matched the JRE installed on the client.
When we start up IE7, point to our HTML applet page, and attempt to download (cache) our applet, the default Java plugin graphic with the progress bar onthe bottom shows up, but no progress is ever made.
Taking a look at the Java console with full debugging turned on, we don't see any activity. When I dumped the classloader list, it only shows the codebase string, but no classes are actually loaded.
I thought that maybe a popup window (asking to verify the certificate) might have popped up and was hidden by another window, but that's not the case. It never appears.
Does anyone have any thoughts or suggestions? I can certainly attempt to capture more debug if someone can point me in the right direction!
Thanks!
-Matt

