Kaydet (Commit) ee7e362a authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Accept also Oracle Corporation as Java vendor here, too

üst b1b25a9a
......@@ -272,7 +272,8 @@ public class LocalOfficeWindow
if (getNativeWindowSystemType() == SystemDependent.SYSTEM_XWINDOW )
{
String vendor = System.getProperty("java.vendor");
if (vendor.equals("Sun Microsystems Inc.")
if ((vendor.equals("Sun Microsystems Inc.")
|| vendor.equals("Oracle Corporation"))
&& Boolean.valueOf(System.getProperty("sun.awt.xembedserver")).booleanValue())
{
xembed = new NamedValue(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment