-
Bug
-
Resolution: Duplicate
-
P3
-
6, 6u33, 7
-
x86
-
linux_ubuntu
When you try to launch application that uses awt Desktop API on Ubuntu 12 64-bit, you get this exception:
Exception in thread "main" java.lang.UnsupportedOperationException: Desktop API is not supported on the current platform
at java.awt.Desktop.getDesktop(Desktop.java:144)
at DesktopTest.<init>(DesktopTest.java:14)
at DesktopTest.main(DesktopTest.java:389)
It happens only on 64-bit Ubuntu 12.04, works fine with previous Ubuntu versions.
64-bit JDK was used.
Exception in thread "main" java.lang.UnsupportedOperationException: Desktop API is not supported on the current platform
at java.awt.Desktop.getDesktop(Desktop.java:144)
at DesktopTest.<init>(DesktopTest.java:14)
at DesktopTest.main(DesktopTest.java:389)
It happens only on 64-bit Ubuntu 12.04, works fine with previous Ubuntu versions.
64-bit JDK was used.
- duplicates
-
JDK-7175477 Ubuntu 11.10 or newer, 32-bit, is Desktop supported?
- Closed