Compiling JetBrains JDK/runtime with JCEF support

Viewed 20

I'm trying to compile JetBrains Runtime (a fork of OpenJDK) with JCEF. I can't find any documentation on how to do it, except this script. It references a jmods directory in the output of jcef, but I can't find jmod mentioned anywhere in the jcef source.

Trying to use the bin directory of the output as the jmods directory gives me the error error: automatic module cannot be used with jlink: ....

Using this patch mentioned in the image generator script gives an error about not being able to find the jcef or jogl.all module, even if the output of jcef is added to the classpath.

Output of compiling JCEF

Classes in jcef.jar

0 Answers
Related