Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] implement a custom download handler for SWT Browser.

(Please note that SWT usage questions should be asked in the SWT forum at http://www.eclipse.org/forums/index.php?t=thread&frm_id=100 , not on this dev list)

Since mozilla.org only provides 32-bit binaries for Windows, you must be using 32-bit SWT, launched with a 32-bit JRE.  Doing this on a 64-bit OS is fine.

Snippet277 should have an additional comment in its header stating that it was authored against a particular XULRunner release, and may not work as-is with other releases.  It uses JavaXPCOM to reference Mozilla interfaces directly, which are prone to change with every major release.  You'll likely need to tinker with the snippet to get it to work with XULRunner 1.9.2.x (I know that the snippet predates that release).

Grant

Back to the top