JetBrainsRuntime
JetBrainsRuntime copied to clipboard
Runtime environment based on OpenJDK for running IntelliJ Platform-based products on Windows, macOS, and Linux
Mention Toolbox App in the list of applications built on JetBrains Runtime
Reproduction: `git checkout jb17.0.3-b469.37` ``` tree ./test/jdk/jb/java/awt/*ont/ ├── [...] └── TextLayout └── DrawTest.java ./test/jdk/jb/java/awt/font/ └── TextLayout └── DrawTest.java ``` ``` sha256sum test/jdk/jb/java/awt/font/TextLayout/DrawTest.java test/jdk/jb/java/awt/Font/TextLayout/DrawTest.java da99ed8bc55dca3ad159300aa503906fcb3687d510c4a4db7b061f5ee16e7439 test/jdk/jb/java/awt/font/TextLayout/DrawTest.java da99ed8bc55dca3ad159300aa503906fcb3687d510c4a4db7b061f5ee16e7439 test/jdk/jb/java/awt/Font/TextLayout/DrawTest.java ``` This affects...
Clion, IntelliJ, pycharm take a long time to open when opening it via terminal ./clion.sh there is an error with gtk > **_OS:_ ArchLinux**. > **_WM:_ bspwm**. ```bash (java:242637): Gtk-WARNING...
Update to the latest OpenJDK release version 17.0.4 (jdk-17.0.4-ga), merged and tested by BellSoft.
Unable to make com.sun.tools.jdi.SharedMemoryTransportService() accessible: moduble jdk.jdi does not "opens com.sun.tools.jdk" to unnamed moduble @5dc9caf7 when I debug the code running on tomcat 9, the error shown as above. If...
OS: Ubuntu 20.04 IDEA: 2021.1.3 Runtime Version: 11.0.11+9-b1341.60 amd64 This problem existed in the 2020.1 version, and it was not fixed until the 2021.1.3 version. This is a serious bug...
this is the demo project, it works in windows [jcef-demo.zip](https://github.com/JetBrains/JetBrainsRuntime/files/8918497/jcef-demo.zip) works in windows with: [jbr_jcef-17.0.3-windows-x64-b469.12.tar.gz](https://cache-redirector.jetbrains.com/intellij-jbr/jbr_jcef-17.0.3-windows-x64-b469.12.tar.gz) failed with: [jbr_jcef-17.0.3-osx-aarch64-b469.12.tar.gz](https://cache-redirector.jetbrains.com/intellij-jbr/jbr_jcef-17.0.3-osx-aarch64-b469.12.tar.gz) logs here: [error.log](https://github.com/JetBrains/JetBrainsRuntime/files/8918506/error.log)
OSX assumes windows are in the display's color space by default. Java2D assumes its output in sRGB, which means the sRGB colors are interpreted by the OS as being in...