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 109296 - Clicking on links from the Welcome page fails
Summary: Clicking on links from the Welcome page fails
Status: RESOLVED DUPLICATE of bug 92306
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-10 22:53 UTC by tubaman
Modified: 2007-07-11 14:39 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description tubaman 2007-07-10 22:53:42 UTC
Clicking links on the Welcome page results in:

java.io.IOException: Failed to show URI:http://blogs.sun.com/geertjan/entry/parsing_html_for_links_and1
	at sun.awt.X11.XDesktopPeer.launch(XDesktopPeer.java:75)
	at sun.awt.X11.XDesktopPeer.browse(XDesktopPeer.java:64)
	at java.awt.Desktop.browse(Desktop.java:368)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.netbeans.modules.extbrowser.SystemDefaultBrowser$1.browse(SystemDefaultBrowser.java:73)
	at org.netbeans.modules.extbrowser.SystemDefaultBrowser$Jdk6BrowserImpl.setURL(SystemDefaultBrowser.java:181)
[catch] at org.openide.awt.HtmlBrowser$1URLSetter.run(HtmlBrowser.java:471)
	at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
	at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:273)
	at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:183)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:173)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:168)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:160)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:121)
Comment 1 tubaman 2007-07-10 22:54:07 UTC
This is 6.0 M10
Comment 2 novakm 2007-07-11 14:39:11 UTC
This issue is already known. Please, read comments of the original issue.

*** This issue has been marked as a duplicate of 92306 ***