I want to make SWT use mozilla on all platforms I run my app on. But SWT of course used IE on Windows by default. Any idea how to make SWT use Mozilla on windows. I know that I need to have XULRunner installed on the machine.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Funny you've asked - I just needed the same for our project.
Code:
More details here: http://www.eclipse.org/swt/faq.php#howusemozilla Note: my code is slightly different from FAQ (different plugin ID) - i works for me this way. |
||||
|
|
|
I just found the answer.
|
||||
|
|