- http://www.concord.org/~dmarkman/jws/webkit/ - For Mac - Simple Java web browser based on Apple's WebKit API and CocoaComponent technology.
- The requirements:
- 1. Mac OS X 10.3 (Panther) or higher. - It could work with 10.2 (Jaguar), but wasn't tested.
- 2. Java 2 Platform, Standard Edition (J2SE) v1.4.1 or higher.
- Full sources coud be downloaded from here(zip ~4.6MB) or from here(sit ~4.0MB). Sources include XCode 1.2 and CodeWarrior 8.3 projects.
- The requirements:
Eclipse SWT Framework and Web Browsers - http://www.eclipse.org/swt/faq.php#howusewebkitQ: What do I need to run the SWT Browser in a standalone application on Linux or Solaris?A: Follow the steps below to use the SWT Browser widget in your standalone SWT application.A supported native browser must be installed (linux requirements) (solaris requirements).If a supported WebKitGTK and/or XULRunner is installed then it should be found automatically at runtime with no additional effort. For other native Mozilla-based browsers:Set the environment variable MOZILLA_FIVE_HOME to the native browser's installation folder. e.g.setenv MOZILLA_FIVE_HOME /usr/lib/mozillaSet the environmnent variable LD_LIBRARY_PATH to include MOZILLA_FIVE_HOME. e.g.setenv LD_LIBRARY_PATH $
:$
Your standalone SWT application can now use the Browser widget.
If you use the IBM 1.4 VMcheck this.
Q: How do I explicitly use WebKit as the Browser's underlying renderer?A: To specify that a WebKit renderer be used by a Browser instance, create it with styleSWT.WEBKIT(@since 3.7). The runtime requirements for using WebKit-based Browsers are listed below. Note that failure to meet these runtime requirements will cause the Browser instantiation to fail.Windows:32-bit SWTSafari must be installedFor OSs older than XP+SP1, the path to the Apple Application Support installation must be prepended to Windows' "Path" environment variable before running eclipse. This installation will be in a location like "C:\Program Files\Common Files\Apple\Apple Application Support".Linux: WebKitGTK 1.2.0 or newer must be in the library load path. Examples of Linux distros that meet this requirement by default include Red Hat Enterprise Linux 6 and Ubuntu 10.04.OS X: No additional runtime requirements, the default renderer is WebKit-based.Q: How do I explicitly use Mozilla as the Browser's underlying renderer?A: To specify that a Mozilla renderer be used by a Browser instance, create it with styleSWT.MOZILLA(@since 3.3) The runtime requirements for using Mozilla-based Browsers are listed below. Note that failure to meet these runtime requirements will cause the Browser instantiation to fail.XULRunnermust be properlyinstalledThe installed XULRunner version must be 1.8.1.2 or newer if any of the following are true:Running on OS XBrowser.getWebBrowser()is usedJavaXPCOM is referencedIf none of these cases apply then any XULRunner version can be used.Windows only: 32-bit SWTOS X only: The JRE must be "Java for Mac OS X 10.4, Release 5" or newer
- Show 3 more »
Embedaweb browserwithin ajava application- Stack Overflowstackoverflow.com/.../embed-a-web-browser-within-a-java-applicati... - Cached
8 answers - Jun 3, 2009
how can i embed a web browser within a java application? Thanks ... There are a number of alternatives: JEditorPane - included in the JRE, but ...Is there a way toembeda browser inJava? - Stack Overflowstackoverflow.com/.../is-there-a-way-to-embed-a-browser-in-java - Cached
12 answers - Sep 7, 2008
Its Browser control allows you to embed IE, Mozilla or Safari (depending on ...
Show more results from stackoverflow.com
?Code & form » JDIC: Embedding aWeb browserinJavaworkshop.evolutionzone.com/.../jdic-embedding-a-web-browser-in-... - Cached
Aug 30, 2007 – Tags: awt, browser, embedding, html, java, jdic, pde, processing.org ... and I had a hybrid Processing / AWT application running a web browser. ...
Lobo:Java Web Browserlobobrowser.org/java-browser.jsp - Cached
Lobo is an open source pure Java web browser with support for HTML 4, Javascript ... a Java program is less suceptible to certain types of vulnerabilities such as a ... We document Lobo's Java code such that it can be used as an embeddable ...
Creating aweb browserinJava- DevX.com Forumsforums.devx.com › DevX Developer Forums › Java - Cached
10 posts
6 authorsLast post: Nov 14, 2009
Anybody know how to create a web browser in java. ... I dont want to embedd other default browsers. After that I want to .... Set application title. ...Roll your own browser - AnembeddingHowTo - MDNhttps://developer.mozilla.org/.../Roll_your_own_browser_-_An_??em...?? - Cached
Jun 25, 2011 – Do you have any simple examples of embedding Mozilla? 3.1. ... It should include all of the base support that you need to get a web browser started up. ... A Java application that uses Webclient for HTML rendering and surfing ...
Embeddingbrowser functionality in aJava applicationwww.java-forums.org/...java/11976-embedding-browser-functionali... - Cached
8 posts
3 authorsLast post: Oct 6, 2008
Is there any way to create a java application that can report to a embedded web browser (e.g. firefox). Lets say that you have an application that ...EmbeddedBrowser- NetBeans Wikiwiki.netbeans.org/EmbeddedBrowser - Cached
Nov 6, 2009 – Such a component needs to be most likely available as a Java component so that ... layer above these for embedding XULRunner is a Java application. .... P1, 1.7, Ability to attach the component to the WebBrowser before it is ...
http://blogs.oracle.com/geertjan/entry/waiting_for_jwebpane - Waiting for JWebPane* Another mention fo JWebPane = http://old.nabble.com/How-to-use-webkit---td18385585.html
* Seems to be vaporware according to many posts
* http://weblogs.java.net/blog/ixmal/archive/2008/05/introducing_jwe.html
See also: