-
Bug
-
Resolution: Fixed
-
P2
-
6, 6u14
-
b01
-
generic, x86
-
generic, windows_xp
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2198771 | 7 | Andy Herrick | P2 | Resolved | Fixed | b104 |
Some users are facing issues the with native integration: there does
not seem to be any way to disable Sun's mechanism when using WebStart.
Setting the following has no effect:
<property name="sun.awt.disableMixing" value="true"/>
and it is not a secure property so I guess it is set too late for the
effect to occur (it is not part of the properties mentioned here:
http://java.sun.com/javase/6/docs/technotes/guides/javaws/developersguide/syntax.html#resources
)
not seem to be any way to disable Sun's mechanism when using WebStart.
Setting the following has no effect:
<property name="sun.awt.disableMixing" value="true"/>
and it is not a secure property so I guess it is set too late for the
effect to occur (it is not part of the properties mentioned here:
http://java.sun.com/javase/6/docs/technotes/guides/javaws/developersguide/syntax.html#resources
)
- backported by
-
JDK-2198771 add sun.awt.disableMixing to the list of secure JNLP Java system property
- Resolved
- relates to
-
JDK-6852243 Heavyweight component cannot be redenered in new PlugIn
- Closed
-
JDK-6788954 Need to introduce sun.awt.disableMixing system property
- Closed