dzikoysk / pandomium

Pandomium is the JCEF (Java Chromium Embedded Framework) implementation dedicated for the Maven based projects
Apache License 2.0
187 stars 33 forks source link

Is it possible to use this into non-maven project? #134

Closed fgroupindonesia closed 8 months ago

fgroupindonesia commented 8 months ago

I recently just download the jcef-win64-fat.jar because of my windows is using 64bit. But, my question is once i download and deployed into my non-maven project, the code didn't resolved for its imports statements:

 Pandomium pandomium = Pandomium.buildDefault();
        PandomiumClient client = pandomium.createClient();
        CefBrowser browser = client.loadURL("http://google.com")

Any clues for implementing these pandomium jcef into a non-maven java project?

dzikoysk commented 8 months ago

I think it's better to use this project these days:

But yes, you can use both, Pandomium or jcefmaven without using Maven. You have to download all dependencies on your own & bundle it with the app.