SUGGESTED FIX
/deploy/src/plugin/share/classes/sun/plugin2/main/server/JVMManager.java
***************
*** 892,898 ****
addJavaExtDirsOption(params);
addXToolkitOption(params, info.getProductVersion());
addUIElementOption(params);
- parameters.addInternalArgument("-Dsun.awt.warmup=true");
if (userJPIProfile != null) {
// Pass along the USER_JPI_PROFILE setting as the
// javaplugin.user.profile system property so the attached
--- 892,898 ----
addJavaExtDirsOption(params);
addXToolkitOption(params, info.getProductVersion());
addUIElementOption(params);
+ params.addInternalArgument("-Dsun.awt.warmup=true");
if (userJPIProfile != null) {
// Pass along the USER_JPI_PROFILE setting as the
// javaplugin.user.profile system property so the attached
|