Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] Multiple Browsers in SWT application with different sessions

Yes It's possible, see

http://www.java2s.com/ExampleCode/SWT-JFace-Eclipse/SWTOleFrame.htm

http://javadesktop.org/articles/jdic/index.html

for more information.

You can have two browser windows, at least one Internet Explorer and  Firefox in the same Java application.

josdem.


Vikram Kumar wrote:

Hi,

Our project has a requirement of launching multiple browsers in an application, each having its own session. In other ways this means that within an SWT application, I have two browser windows and in both the browser windows we could be logging in to the say yahoo mail with two different user ids. Please let me know is it possible ? and if yes how to go about it  ?

The same has already been reported as a bug# 118615 at https://bugs.eclipse.org/bugs/show_bug.cgi?id=118615

Thanks in advance,

Vikram


_______________________________________________ platform-swt-dev mailing list platform-swt-dev@xxxxxxxxxxx https://dev.eclipse.org/mailman/listinfo/platform-swt-dev


Back to the top