Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Best way to integrate Browser into Java application

Tags:

java

browser

I designing a Java desktop app which will open web page, allow user to login via web and analyse web server results.

So far I can see SWT browser's implementation but is not supported on 64 bit, maybe exist another implementation of browser bindings for Java ?

like image 490
Jhon Avatar asked Jun 27 '11 10:06

Jhon


2 Answers

Think about using Eclipse as 'Rich Client'. You'll have no trouble using the internal browser that comes with it.

See here.

like image 161
Wivani Avatar answered Sep 23 '22 13:09

Wivani


The Eclipse SWT support both of 32bits, 64Bits and too many platforms. e.g Windows, Linux, Mac and AIX. You may see further information at the download page as

http://download.eclipse.org/eclipse/downloads/drops/R-3.7-201106131736/index.php#SWT

like image 40
Charlee Chitsuk Avatar answered Sep 23 '22 13:09

Charlee Chitsuk