Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-7175477

Ubuntu 11.10 or newer, 32-bit, is Desktop supported?

XMLWordPrintable

    • x86
    • linux, linux_ubuntu

      Run this:

      import java.awt.*;

      public class TDesktop {
          public static void main(String args[]) {
             System.err.println("is Desktop supported? "+Desktop.isDesktopSupported());
          }
      }

      on Ubuntu i586 linux 11.10 or 12 it will report "false", be it Unity or Xfce4.
      Plus, jdk8 around b41 would complain "can not load libgnome-2.so" and report false while jdk 7u6 b12 just says false, without complains.

            azvegint Alexander Zvegintsev
            yan Yuri Nesterenko
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: