Not supported platforms for java.awt.Desktop.getDesktop()

后端 未结 6 1056
栀梦
栀梦 2020-12-16 12:00

Since Java 6 there is a class java.awt.Desktop. There are some nice methods but the class is not supported on all platforms. The methods java.awt.Desktop.getDes

6条回答
  •  情歌与酒
    2020-12-16 12:44

    Quote:

    Desktop API was developed to support Windows and Gnome only

    from http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6486393

    This article however says that even Gnome support is flawed on Fedora.

提交回复
热议问题