Closed GoogleCodeExporter closed 9 years ago
Hi wnthksn....,
First of all: This is and "issue-Board" for listing bugs/improvements, etc. and
their solutions.
If you have any questions like yours, please ask them on the CEF-Forum
(http://www.magpcss.org/ceforum/index.php).
If I understand aright, you try to build an app using JCEF within and SDK
(Eclipse in your case).
Maybe that gives you a feeling of how it works:
(1) Setup your machine and build JCEF as explained here:
https://code.google.com/p/javachromiumembedded/wiki/BranchesAndBuilding
(2) Create your Java project in Eclipse and set it up:
-> Right-Click on you project: Properties
-> Java Build Path -> Libraries: "Add External JARs..." -> Select your build
"jcef.jar"
-> Expand the arrow before jcef.jar
-> Select entry "Native library location" and add the external folder which
contains the required native binaries (jcef.dll, jogl*.., locales, etc.)
-> Optional: Select entry Javadoc location" and point it to JCEFs javadoc
directory
-> Optional: Select entry Source attachment" and point it to JCEFs Java source
directory
-> Create your test application as explained in MainFrame.java (package
tests.simple or tests.detailed)
(3) Build and run your application out of eclipse.
Attached you'll find a screenshot to step (2) as well as an really simple
example within the ZIP-File (including the Eclipse project).
Regards,
Kai
Original comment by k...@censhare.de
on 2 Oct 2014 at 12:52
Attachments:
Original comment by magreenb...@gmail.com
on 2 Oct 2014 at 9:46
Hi,
thank you very much and sorry for not selecting the correct mailing thread.
I solved my problem, by adding the dlls to jre libs and adding it to my
classpath.
thanks and regards
Awanthika
Original comment by wnthksn...@gmail.com
on 3 Oct 2014 at 2:22
Original issue reported on code.google.com by
wnthksn...@gmail.com
on 30 Sep 2014 at 9:52