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 15550 - Ctrl-7 is throwing exception on JDK1.4
Summary: Ctrl-7 is throwing exception on JDK1.4
Status: VERIFIED DUPLICATE of bug 13917
Alias: None
Product: ide
Classification: Unclassified
Component: Extbrowser (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: _ rkubacki
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-09-17 13:51 UTC by Marek Grummich
Modified: 2001-12-05 20:25 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 Marek Grummich 2001-09-17 13:51:11 UTC
Build 200109170100 J2SDK1.4.0 build 79
When you press Ctrl-7 (or View->Web Browser) and NO Internet Explorer window 
has been already opened, following exception is thrown:
Mon Sep 17 14:37:55 CEST 2001: java.io.IOException: CreateProcess: 
C:\Program" "Files\Internet" "Explorer\iexplore.exe -nohome error=123
Annotation: Could not access the URL through the external browser. Check the 
configuration in Tools | Options | Web Browsers.
java.io.IOException: CreateProcess: 
C:\Program" "Files\Internet" "Explorer\iexplore.exe -nohome error=123
        at java.lang.Win32Process.create(Native Method)
        at java.lang.Win32Process.<init>(Win32Process.java:72)
        at java.lang.Runtime.execInternal(Native Method)
        at java.lang.Runtime.exec(Runtime.java:551)
        at java.lang.Runtime.exec(Runtime.java:477)
        at java.lang.Runtime.exec(Runtime.java:443)
        at org.openide.execution.NbProcessDescriptor.exec
(NbProcessDescriptor.java:207)
        at org.openide.execution.NbProcessDescriptor.exec
(NbProcessDescriptor.java:132)
        at org.openide.execution.NbProcessDescriptor.exec
(NbProcessDescriptor.java:265)
        at org.openide.execution.NbProcessDescriptor.exec
(NbProcessDescriptor.java:285)
        at 
org.netbeans.modules.extbrowser.NbDdeBrowserImpl$URLDisplayer.startBrowser
(NbDdeBrowserImpl.java:432)
        at 
org.netbeans.modules.extbrowser.NbDdeBrowserImpl$URLDisplayer.dispatchURL
(NbDdeBrowserImpl.java:333)
        at org.netbeans.modules.extbrowser.NbDdeBrowserImpl$URLDisplayer.run
(NbDdeBrowserImpl.java:291)
[catch] at java.lang.Thread.run(Thread.java:539)
Comment 1 _ rkubacki 2001-09-17 14:08:00 UTC

*** This issue has been marked as a duplicate of 13917 ***
Comment 2 Jason Rush 2001-12-05 20:25:52 UTC
Verified in NB 3.3 RC1.