JAVACEF is the Java Chromium Embedded Framework, which functions by embedding the Google Chrome kernel Chromium in Java applications.
The process of compiling JAVA-CEF can refer to the following documents and videos:
Https://bitbucket.org/chromiumembedded/java-cef/wiki/BranchesAndBuilding#markdown-header-background
http://www.cnblogs.com/Johness/tag/cef3/
Because of the complexity of the compilation process, and the need to install a large Visual Studio and CMake, so I compiled a good write here, do not want to compile their own can be directly downloaded to use. Only the version of Windows is available here.
The following versions are compiled with Visual Studio 2015. The version of CEF is: CEF_BINARY_3.2623.1401.GB90A3BE_WINDOWS64
Http://pan.baidu.com/s/1pLPASLt
Another easy way to use chromium in Java is to use the Jxbrowser component. Very convenient, but it is a charge, you can apply for a one-month trial version.
Compiling JAVA-CEF