Open andre-krueger opened 3 years ago
Same issues here, try to switch to oraclejdk11 not work : (
Same here, I'm getting following error when starting IDEA ultimate:
2022-03-26 14:13:33,768 [ 9396] WARN - #com.intellij.ui.jcef.JBCefApp - JCEF runtime library is not a JBR module (Use JBR bundled with the IDE)
This is probably fixed by https://github.com/NixOS/nixpkgs/pull/196738.
Same issue here!
GoLand 2023.2
Build #GO-232.8660.185, built on July 26, 2023
Licensed to *******************
Subscription is ****************.
Runtime version: 17.0.7+7-nixos amd64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
Linux 6.1.43
GC: G1 Young Generation, G1 Old Generation
Memory: 2048M
Cores: 12
Registry:
suggest.all.run.configurations.from.context=true
debugger.new.tool.window.layout=true
ide.completion.variant.limit=500
ide.experimental.ui=true
Non-Bundled Plugins:
com.jetbrains.plugins.ini4idea (232.8660.205)
org.intellij.plugins.hcl (232.8660.88)
org.toml.lang (232.8660.88)
com.intellij.kubernetes (232.8660.158)
com.ivanovych666.intellij.plugin.jsonsorter (1.0.0-beta.3.4)
com.vermouthx.idea (1.15.0)
com.intellij.ml.llm (232.9613)
mobi.hsz.idea.gitignore (4.5.1)
nix-idea (0.4.0.10)
Current Desktop: GNOME
Describe the bug
The Markdown preview is not working, because the wrong JBR is used (without JCEF support). This is the error I get when launched from the terminal:
WARN - #com.intellij.ui.jcef.JBCefApp - JCEF runtime library is not a JBR module (Use JBR bundled with the IDE)
Some user had a similar problem and it was fixed by using a different JBR. https://youtrack.jetbrains.com/issue/IJSDK-909
Steps To Reproduce
Expected behavior
Markdown preview should be working.
I also tested the Markdown preview with a JetBrains product installed from JetBrains Toolbox on Fedora Workstation 34, with default settings and default JBR and it is working fine there.