This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 215034 - UnsupportedOperationException: Desktop API is not supported on the current platform
Summary: UnsupportedOperationException: Desktop API is not supported on the current pl...
Status: RESOLVED DUPLICATE of bug 207610
Alias: None
Product: utilities
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.1
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-30 19:26 UTC by Exceptions Reporter
Modified: 2012-07-01 08:00 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 190310


Attachments
stacktrace (3.06 KB, text/plain)
2012-06-30 19:26 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2012-06-30 19:26:39 UTC
This bug was originally marked as duplicate of bug 207610, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 7.1.2 (Build 201204101705)
VM: Java HotSpot(TM) Client VM, 23.1-b03, Java(TM) SE Runtime Environment, 1.7.0_05-b05
OS: Linux

User Comments:
GUEST: Only I open in menu: "Help > Keybord Shortcuts Cards".

schkovich: Trying to get Keyboard Shortcuts Card




Stacktrace: 
java.lang.UnsupportedOperationException: Desktop API is not supported on the current platform
   at java.awt.Desktop.getDesktop(Desktop.java:144)
   at org.netbeans.modules.pdf.PDFOpenSupport.open(PDFOpenSupport.java:97)
   at org.netbeans.modules.pdf.LinkProcessor.actionPerformed(LinkProcessor.java:335)
   at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2018)
   at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2341)
   at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:402)
Comment 1 Exceptions Reporter 2012-06-30 19:26:44 UTC
Created attachment 121624 [details]
stacktrace
Comment 2 Petr Cyhelsky 2012-07-01 08:00:12 UTC

*** This bug has been marked as a duplicate of bug 207610 ***