I'm working on an RCP desktop application and I'm showing google map on the embedded eclipse org.eclipse.swt.browser.Browser
class. Now, this class uses the default browser or whatever browser you specify.
The problem is when the app is going to be installed on the client machines, I have no guarantee that they would have anything higher than IE5 installed.
My question is, is there any way to include in my packaging a browser to ensure the compatibility of the libraries while it's transparent for the user?