netbeans 7.1 and opera integration

Forums » Dev.Opera » General Web Development Discussions

You need to be logged in to post in the forums. If you do not have an account, please sign up first.

Go to last post

20. March 2012, 18:15:30

yarcyarc

Posts: 1

netbeans 7.1 and opera integration

Hello,

This is my first post to the opera forums, so bear over with me.

In the Netbeans 7.1.1 IDE I'd like to make my Opera 12 alpha the browser that pops up by default for debug/run. In Netbeans Options I add a new browser /usr/bin/opera-next with arguments -remote "openURL({URL})".

This fails for opera with a "cannot create process. check the browser configuration". I do this on a debian squeeze host.

Does anyone have an idea about how to go about this?

I do realize that this question might equally well be asked in netbeans fora, so I'll try there as well.

26. March 2012, 10:31:18

pdarko

/dev/random

Posts: 284

Don’t use remote switch. Use just {URL}.
/usr/bin/opera-next {URL}
Poor man is not one who have little, but one who desires more.

Forums » Dev.Opera » General Web Development Discussions