Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

My program needs to get some default configured information of Firefox. I do this by read those information in some file which in omni.jar file (C:\Program Files\Mozilla Firefox\omni.jar, omni.jar for old Firefox versions: 4-9, omni.ja for later Firefox version: 10, 11).

omni file is just a zip file format. I used MiniZip library to read zip file. With later versions (omni.ja), it's ok. But failed with older version (omni.jar).

Now, the solutions for me are two ways: try to fix MiniZip read omni.jar file ok. Or, get those default information without uses MiniZip or read omni.jar file. I can't with both.

Some default information I need to read, ex: browser.search.defaultenginename, ... My program is a standalone, run on win xp, win 7.

Can you help me, plz?

Thank you very much.

share|improve this question

1 Answer

You can get firefox default configuration information by typing about:config in url bar.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.