/usr/bin/firefox won't work

View: New views
8 Messages — Rating Filter:   Alert me  

/usr/bin/firefox won't work

by John Meyer-4 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I'm starting out in Netbeans and when I set the browser to Firefox,
netbeans comes back with a "cannot execute /usr/bin/firefox" complaint.
I know it's probably already been answered on the site, and if I find it
first I'll let you know, but any help would be appreciated.


Firefox 2.0.0.4
OpenSuse 10.2
Netbeans 5.5.1

Re: /usr/bin/firefox won't work

by vph :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Sun, 2007-07-01 at 18:25 -0600, John Meyer wrote:
> I'm starting out in Netbeans and when I set the browser to Firefox,
> netbeans comes back with a "cannot execute /usr/bin/firefox" complaint.
> I know it's probably already been answered on the site, and if I find it
> first I'll let you know, but any help would be appreciated.
>
>
> Firefox 2.0.0.4
> OpenSuse 10.2
> Netbeans 5.5.1

Have you manually started firefox from the command
line  /usr/bin/firefox ?

Vu

Re: /usr/bin/firefox won't work

by John Meyer-4 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

vu pham wrote:

> On Sun, 2007-07-01 at 18:25 -0600, John Meyer wrote:
>  
>> I'm starting out in Netbeans and when I set the browser to Firefox,
>> netbeans comes back with a "cannot execute /usr/bin/firefox" complaint.
>> I know it's probably already been answered on the site, and if I find it
>> first I'll let you know, but any help would be appreciated.
>>
>>
>> Firefox 2.0.0.4
>> OpenSuse 10.2
>> Netbeans 5.5.1
>>    
>
> Have you manually started firefox from the command
> line  /usr/bin/firefox ?
>
> Vu
>
>  
Yep.  Comes right on up.

Re: /usr/bin/firefox won't work

by Peter B. West :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

John Meyer wrote:

> I'm starting out in Netbeans and when I set the browser to Firefox,
> netbeans comes back with a "cannot execute /usr/bin/firefox" complaint.
> I know it's probably already been answered on the site, and if I find it
> first I'll let you know, but any help would be appreciated.
>
>
> Firefox 2.0.0.4
> OpenSuse 10.2
> Netbeans 5.5.1
>
>
>
>  
John,

Assuming /usr/bin/firefox does start firefox (it does for me on OpenSuSE
10.2), what argument list is specified in
Tools->Options-> Advanced Options-> IDE Configuration->
 Server and External Tool Settings-> Web Browsers-> Firefox
entry?

--
Peter B. West <http://cv.pbw.id.au/>
Folio <http://defoe.sourceforge.net/folio/>

Re: /usr/bin/firefox won't work

by John Meyer-4 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Peter B. West wrote:

> John Meyer wrote:
>  
>> I'm starting out in Netbeans and when I set the browser to Firefox,
>> netbeans comes back with a "cannot execute /usr/bin/firefox" complaint.
>> I know it's probably already been answered on the site, and if I find it
>> first I'll let you know, but any help would be appreciated.
>>
>>
>> Firefox 2.0.0.4
>> OpenSuse 10.2
>> Netbeans 5.5.1
>>
>>
>>
>>  
>>    
> John,
>
> Assuming /usr/bin/firefox does start firefox (it does for me on OpenSuSE
> 10.2), what argument list is specified in
> Tools->Options-> Advanced Options-> IDE Configuration->
>  Server and External Tool Settings-> Web Browsers-> Firefox
> entry?
>
>  
It had -remote "openURL{{URL}}"
Trimmed it to {URL} and it worked just fine.

Re: /usr/bin/firefox won't work

by John Meyer-4 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Peter B. West wrote:

> John Meyer wrote:
>  
>> I'm starting out in Netbeans and when I set the browser to Firefox,
>> netbeans comes back with a "cannot execute /usr/bin/firefox" complaint.
>> I know it's probably already been answered on the site, and if I find it
>> first I'll let you know, but any help would be appreciated.
>>
>>
>> Firefox 2.0.0.4
>> OpenSuse 10.2
>> Netbeans 5.5.1
>>
>>
>>
>>  
>>    
> John,
>
> Assuming /usr/bin/firefox does start firefox (it does for me on OpenSuSE
> 10.2), what argument list is specified in
> Tools->Options-> Advanced Options-> IDE Configuration->
>  Server and External Tool Settings-> Web Browsers-> Firefox
> entry?
>
>  
Oh yeah, thanks for pointing that out.  Now, is the -remote command
depreciated or something in Firefox

Re: /usr/bin/firefox won't work

by Radim Kubacki-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

John Meyer wrote:

> Peter B. West wrote:
>> John Meyer wrote:
>>  
>>> I'm starting out in Netbeans and when I set the browser to Firefox,
>>> netbeans comes back with a "cannot execute /usr/bin/firefox" complaint.
>>> I know it's probably already been answered on the site, and if I find it
>>> first I'll let you know, but any help would be appreciated.
>>>
>>> Firefox 2.0.0.4
>>> OpenSuse 10.2
>>> Netbeans 5.5.1
>>>
>> John,
>>
>> Assuming /usr/bin/firefox does start firefox (it does for me on OpenSuSE
>> 10.2), what argument list is specified in
>> Tools->Options-> Advanced Options-> IDE Configuration->
>>  Server and External Tool Settings-> Web Browsers-> Firefox
>> entry?
>>
>>  
> It had -remote "openURL{{URL}}"
> Trimmed it to {URL} and it worked just fine.
It should be -remote "openURL({URL})"

-Radim

Re: /usr/bin/firefox won't work

by John Meyer-4 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Radim Kubacki wrote:

> John Meyer wrote:
>> Peter B. West wrote:
>>> John Meyer wrote:
>>>  
>>>> I'm starting out in Netbeans and when I set the browser to Firefox,
>>>> netbeans comes back with a "cannot execute /usr/bin/firefox"
>>>> complaint. I know it's probably already been answered on the site,
>>>> and if I find it
>>>> first I'll let you know, but any help would be appreciated.
>>>>
>>>> Firefox 2.0.0.4
>>>> OpenSuse 10.2
>>>> Netbeans 5.5.1
>>>>
>>> John,
>>>
>>> Assuming /usr/bin/firefox does start firefox (it does for me on
>>> OpenSuSE
>>> 10.2), what argument list is specified in
>>> Tools->Options-> Advanced Options-> IDE Configuration->
>>>  Server and External Tool Settings-> Web Browsers-> Firefox
>>> entry?
>>>
>>>  
>> It had -remote "openURL{{URL}}"
>> Trimmed it to {URL} and it worked just fine.
> It should be -remote "openURL({URL})"
I don't know if I was quoting that right, but the way I had worked.