开发者

Flex Builder : How to use a specific firefox profile for launching?

开发者 https://www.devze.com 2022-12-25 04:25 出处:网络
I tried doing the above by giving the following params in Window -> Preferences -> Web Browser -> Edit -> Parameters :

I tried doing the above by giving the following params in

Window -> Preferences -> Web Browser -> Edit -> Parameters :

-P devpro -开发者_运维技巧no-remote

But whenever I run an application from flex builder,

it asks me to choose a profile.

I also tried:

-P "devpro" -no-remote
-P %devpro% -no-remote
-P "devpro"
-P %devpro%

None of them worked.


Try specifying the full path to Firefox:

 "C:/Program Files/Mozilla Firefox/firefox.exe" -p devpro -no-remote

The above assumes Windows, for Mac/Linux, I think it would be:

 -a firefox -p devpro -no-remote
0

精彩评论

暂无评论...
验证码 换一张
取 消