GithubHelp home page GithubHelp logo

Comments (4)

RikudouPatrickstar avatar RikudouPatrickstar commented on June 9, 2024

You can refer to these two scripts:

or refer to my script:

from jetbrainsruntime.

forantar avatar forantar commented on June 9, 2024

In order to build JCEF:

$ git clone https://github.com/JetBrains/jcef
$ cd jcef/jb/tools/linux
$ export JDK_11=/path/to/jdk11
$ bash build.sh all
# For details: bash build.sh help

Build with JBR 11 (up to date master branch):

$ git clone https://github.com/JetBrains/JetBrainsRuntime jbr
$ cd jbr
$ mkdir jcef_linux_x64
$ tar xzf /path/to/jcef/jcef_linux_x64.tar.gz -C jcef_linux_x64

# With earlier JBR revisions you had to additionally copy:
# $ cp -R ./jcef_linux_x64/modular_sdk .

# Alternatively you can set env vars: JCEF_PATH and MODULAR_SDK_PATH, see in mkimages_x64.sh

$ bash jb/project/tools/linux/scripts/mkimages_x64.sh <jdk ver> <jdk update num> <jdk build num> jcef

Then you have the image here:

$ ls /path/to/jbr/jbr_jcef-<jdk ver>-linux-x64-<build num>.tar.gz

from jetbrainsruntime.

GenericNerdyUsername avatar GenericNerdyUsername commented on June 9, 2024

this is no longer working, the mkimages_x64.sh fails with an error about a missing jmods directory in ./jcef_linux_x64/

from jetbrainsruntime.

vprovodin avatar vprovodin commented on June 9, 2024

this is no longer working, the mkimages_x64.sh fails with an error about a missing jmods directory in ./jcef_linux_x64/

Please note after the latest comment from from @forantar there were a lot of changes and the steps he mentioned may be outdated.
Could you please provide us with cmds you did and their output?
It would be better to create a separate issue.

from jetbrainsruntime.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.