I am displaying applet using JNLP. I have written all the necessary files. The jars are signed. Even applet is loading fine. I am getting lots of messages in Java console which are contributing to delay in applet loading.
basic: JNLP2ClassLoader.findClass: pack.XMLDropDown$1: try again ..
basic: JNLP2ClassLoader.findClass: pack.XMLDropDown$2: try again ..
basic: JNLP2ClassLoader.findClass: pack.XMLDropDown$3: try again ..
basic: JNLP2ClassLoader.findClass: pack.XMLDropDown$4: try again ..
basic: JNLP2ClassLoader.findClass: pack.XMLComboBoxModel: try again ..
basic: JNLP2ClassLoader.findClass: pack.XMLToolTipManager: try ..
...so on.
Lots of messages in Java console.
PS. Applet is working fine. Just wanted to know the cause for try again messages.
It's worth noting that although initially confusing, this trace logging can be useful.
To interpret the output:
This output could be much clearer, but having recently hit this issue, I'm glad at least something was printed
Try unchecking "Enable tracing" in your Java Preferences (Advanced -> Debugging -> Enable Tracing). That worked for me. On Mac, there's an app to set Java Preferences in your Utilities folder (Applications -> Utilities).
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With