Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipse-dev] SWT Chromium support requires external update sites?

Hi Lars,
 
The Chromium support in SWT is similar to the support for other browser renderers. SWT only includes the code to support the renderers but doesn't ship any of the renderers. For Chromium support, Chromium binaries need to be installed on the system by the user.
 
SWT Chromium support should ideally work with the official Chromium binaries from http://opensource.spotify.com/cefbuilds/index.html , but due to some issues mainly on linux they are built and maintained separately in the p2 repo by the contributor. Please see https://bugs.eclipse.org/bugs/show_bug.cgi?id=549585#c49 for more details.
 
This code is contributed and maintained by Guillermo. The latest update we have from him is that they are working on update to version 69 - https://bugs.eclipse.org/bugs/show_bug.cgi?id=567629#c5 .
 
Thanks & Regards,
Lakshmi P Shanmugam,
Eclipse Platform Co-lead,
India Software Lab, Bangalore
 
 
----- Original message -----
From: Lars Vogel <lars.vogel@xxxxxxxxxxx>
Sent by: eclipse-dev-bounces@xxxxxxxxxxx
To: "General development mailing list of the Eclipse project." <eclipse-dev@xxxxxxxxxxx>
Cc:
Subject: [EXTERNAL] [eclipse-dev] SWT Chromium support requires external update sites?
Date: Thu, Nov 26, 2020 11:49 AM
 
Friends of Eclipse,

a customer of mine is planning to test / use the SWT Chromium support
which was added in 4.17.

https://www.eclipse.org/swt/faq.php#browserspecifydefault describes
the process of setting this up using non Eclipse update sites from
https://equo-chromium-cef.ams3.digitaloceanspaces.com/rls/repository 

--------------
To use the Chromium libraries from the Eclipse SDK:

Install the CEF binaries in Eclipse from the p2 repo - CEF p2 repo
from Make technology
Add the required jars to classpath of project:

SWT-Chromium fragment (org.eclipse.swt.browser.chromium.<ws>.<os>.<arch>.jar)
SWT fragment (org.eclipse.swt.<ws>.<os>.<arch>.jar)
CEF binary (com.make.chromium.cef.<ws>.<os>.<arch>.jar)
-------------

I thought the chromium support has been added to SWT? Do we also have
Eclipse update sites for the binaries?

Best regards, Lars

--
Eclipse Platform project co-lead
CEO vogella GmbH

Haindaalwisch 17a, 22395 Hamburg
Amtsgericht Hamburg: HRB 127058
Geschäftsführer: Lars Vogel, Jennifer Nerlich de Vogel
USt-IdNr.: DE284122352
Fax (040) 5247 6322, Email: lars.vogel@xxxxxxxxxxx, Web: http://www.vogella.com 
_______________________________________________
eclipse-dev mailing list
eclipse-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/eclipse-dev

 
 


Back to the top