Intellij editors

Which work out of the box. Not one change needed ,
export JAVA_VERSION=25
export JAVA_HOME="/usr/local/openjdk25"

clion
goland
idea
rubymine

Which did not worked ,read crashed,

rider
pycharm

So question is why ?
Well its intellij. They think i will run Windows or MAC.
 
I installed pycharm package and it worked. What is the error message you get?

Code:
dvl@mybsd:~ % pkg info -d pycharm
pycharm-2025.3.3:
        python311-3.11.15_2
        openjdk21-21.0.10+7.1_1
        jetbrains-sqlite-242.23726.38_1
        jetbrains-restarter-2025.2.2_5
        jetbrains-pty4j-0.13.11
        intellij-fsnotifier-20230112
        desktop-file-utils-0.28

Code:
PyCharm 2025.3.3
Build #PY-253.31033.139, built on February 19, 2026
Source revision: 73db8fdbcc1ea
Runtime version: 21.0.10+7-1 amd64
VM: OpenJDK 64-Bit Server VM by OpenJDK BSD Porting Team
Toolkit: sun.awt.X11.XToolkit
FreeBSD 15.0-release-p9
FreeBSD 15.0-RELEASE-p9
GC: G1 Young Generation, G1 Concurrent GC, G1 Old Generation
Memory: 2048M
Cores: 16
Registry:
  ide.experimental.ui=true
Non-Bundled Plugins:
  ru.adelf.idea.dotenv (253.31033.143)
  com.github.continuedev.continueintellijextension (1.0.67)
  intellij.jupyter (253.31033.144)
Current Desktop: KDE
 
ooh , yes i used the pycharm tgz from intellij website. i thought as its just java... but its more its has os dependencies ...

Indeed pycharm from packages works (must yet test with F#)

It must have some patches...
 
Back
Top