New topics: Your Pet, IOU, Baby IQ, The Poisons, Birther II, Games, Future Power

Welcome to the Tech Space!

Wiki Articles

Skip to end of metadata
Go to start of metadata
  • 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.

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 $

Unknown macro: {MOZILLA_FIVE_HOME}

:$

Unknown macro: {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


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:

Labels:
None
Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.