Anu Chawla
Anu Chawla

Reputation: 445

Embed Chrome in a SWT application in java

I want to embed chrome inside a SWT application. I was trying with JCEF. But not able to succeed.

I came across the following link: How to integrate Chromium Embedded Framework (CEF) with java But I don't want to use maven as mentioned in step3.

I need a step by step details of how to embed a chrome.

Upvotes: 4

Views: 4778

Answers (2)

Jose Renato
Jose Renato

Reputation: 737

Since you're using SWT, I think that you should checkout this: Browser implement Chromium support

This request lead to this project: Chromium for SWT

Currently is working on version 59 of chormium and uses the SWT Browser API.

Upvotes: 1

dzikoysk
dzikoysk

Reputation: 1578

If you can't build JCEF you can use some maven builds and forks like:

~ I dont want to use maven

Maven just hosts jar files so you can download it and add to your project manually but it's not recommended at all.

Upvotes: 1

Related Questions