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 12236 - Unable to use External Browser (Command Line) on Windows NT
Summary: Unable to use External Browser (Command Line) on Windows NT
Status: VERIFIED FIXED
Alias: None
Product: ide
Classification: Unclassified
Component: Extbrowser (show other bugs)
Version: -FFJ-
Hardware: PC Windows 3.1/NT
: P2 blocker (vote)
Assignee: _ rkubacki
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-05-16 23:12 UTC by Jason Rush
Modified: 2001-07-20 20:49 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 Jason Rush 2001-05-16 23:12:34 UTC
Build 010514_3

Cannot use External Browser (Command Line) on Windows NT.  I have tried using a 
browser in my path and specifying the full path to my browser, but every time I 
try to access the web browser, I get the following error message:

"Cannot create process. Check that a valid external browser property is set in 
Options | Web Browsers."

This works on Windows 2000 and Solaris 8, but it is not working on Windows NT.
Comment 1 _ rkubacki 2001-05-17 10:05:11 UTC
I had problems with IE2.0 on NT4.0 without service packs. If this is the problem
then it is better to apply new service packs and upgrade browser and close this
bug. Works fine for me on other machines - tested with IE5.0, NN4.x. The easiest
way how to set path to browser is to use file selection dialog in customizer. 
Comment 2 Jason Rush 2001-05-18 20:43:44 UTC
Retested with Build010516_ee.

I used each of the following in testing: Internet Explorer 5.0, Netscape 4.76
and 6.01 and Notepad.  I made sure all executables were in my path and also
tried each executable with the full path specified using the file selection
dialog.

I verified that the patch level on my machine is SP6a.  I also tried this on
another machine and had the same results.
Comment 3 Jason Rush 2001-05-18 20:46:03 UTC
Lowering priority due to available workaround of using External Browser
(Windows).  This bug needs to be addressed for RTM of FFJ 3.0.
Comment 4 _ rkubacki 2001-05-30 13:03:35 UTC
Can you send relevant part of your IDE log? It should contain enumeration of
parameters that are passed for execution. For example when I set homepage to
http://www.linux.cz and command line browser command to netscape {URL} I can see
there:

[IDE-Exec] Executing:
0 .= netscape
1 .= http://www.linux.cz/
Comment 5 Jason Rush 2001-06-01 23:03:54 UTC
Seems to be working in the FFJ 3.0 EA release candidate.  Closing as fixed.