Flex Builder : How to use a specific firefox profile for launching?
- by dta
Hi,
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.