views:

28

answers:

1

Is SWT Browser included to standard eclipse installation or I've to install it additionally ? And if where can I find pack for SWT.

+1  A: 

This really does have a lot of good info:

http://www.eclipse.org/swt/faq.php

You will need to choose between Webkit and Gecko depending on your requirements. If it's Gecko, you will need to have XULRunner, which is the independent runtime for Gecko that provides the Java XPCOM interfaces.

SWT can be downloaded standalone, but it will not include XULRunner. You'll have to package XULRunner up separately and make that a part of the install.

dt