Distribution
The Equo Chromium widget is distributed as several P2 repositories containing features, bundles and fragments, as detailed below.
These repositories can be used to build Java and Eclipse based applications. They can be installed in Eclipse IDEs with the standard mechanism, viewed with viewers like Oomph Repository Explorer in Eclipse, and consumed in tycho/pde/bnd builds as any other P2 Repository. Note that the repositories are not searchable in a browser.
Each of the following repositories contains Equo Chromium Community Edition, which is licensed under GPLv3. You can only used these repositories in open source projects that meet the GPLv3 conditions. If you want to use Equo Chromium in a commercial application please contact us. |
Equo Chromium Main Repository
Features
org.eclipse.swt.chromium.feature org.eclipse.swt.chromium.feature.32b (for 32-bit architectures)
Bundles
The following API bundle contains the Browser
class:attribute: value:
org.eclipse.swt.chromium
Fragments
Architecture specific fragments (one of these is required at runtime):
org.eclipse.swt.chromium.32b (for 32-bit architectures) org.eclipse.swt.chromium.64b (for 64-bit architectures)
OS specific fragments (one of these is required at runtime):
org.eclipse.swt.chromium.cocoa.macosx.x86_64 org.eclipse.swt.chromium.gtk.linux.x86_64 org.eclipse.swt.chromium.win32.win32.x86 org.eclipse.swt.chromium.win32.win32.x86_64
including more than one of each category at runtime will likely cause crashes. |
Equo Chromium CEF 64-bit Repository
This repository includes CEF binaries for 64-bit architectures. It is only needed to build 64-bit applications.