主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Lsedillo
活动总数
17
最后的活动
2024年05月29日 17:59
成员加入日期
2020年10月02日 02:48
关注
0 名用户
关注者数
0 名用户
投票数
1
订阅数
3
活动概览
帖子(3)
评论(10)
按最近的活动排序
最近的活动
投票数
创建于
2024年05月29日 17:59
So, the root issue for all of this was that one of the startup scripts of my system bound my config directory to the *literal* path “$HOME/.config”, not substituting $HOME for /home/user. This mean...
社区
IntelliJ IDEA Users
Cannot find JDK for module
0 票
创建于
2022年02月02日 08:27
Elena Pogorelova that did the trick, thank you!
社区
WebStorm
Javascript sourcing outdated external library, invalidate cache doesn't work.
0 票
创建于
2020年11月09日 21:16
Holy cow that actually worked. I had to uninstall the snap version because it wouldn't let me change the idea.properties file, but once I followed the instructions at https://intellij-support.jetbr...
社区
IntelliJ IDEA Users
Cannot find JDK for module
0 票
创建于
2020年11月07日 20:15
I tried installing via Snap. It still has the same issue. My javac executable is in the /usr/lib/jvm/java-14-openjdk/bin directory. It is the JDK, not the JRE.
社区
IntelliJ IDEA Users
Cannot find JDK for module
0 票
创建于
2020年10月23日 06:39
I used pacman for installing the openjdk-14, and I used makepkg to build the openjdk-15 package I cloned from the AUR. I tried specifying openjdk-14 in with that choose-runtime plugin, to no avail....
社区
IntelliJ IDEA Users
Cannot find JDK for module
0 票
创建于
2020年10月22日 03:15
I have tried everything you said. As it seems unusual, let me describe for you my installation experience: Once I have installed it, and I launch it for the first time by typing in "idea" in the te...
社区
IntelliJ IDEA Users
Cannot find JDK for module
0 票
创建于
2020年10月16日 07:48
Path is: /usr/lib/jvm/java-14-openjdk
社区
IntelliJ IDEA Users
Cannot find JDK for module
0 票
创建于
2020年10月14日 21:05
I do see the JDK listed there. I do see the libraries listed on the classpath tab. I have selected the JDK in the Project window. I do see the module selected correctly in the dependencies tab. I t...
社区
IntelliJ IDEA Users
Cannot find JDK for module
0 票
创建于
2020年10月02日 06:11
Surprise, surprise, a simple reboot fixed the problem. I am running it locally, by invoking "idea.sh" after adding the correct folder to my $PATH variable. I am now also using rofi to initiate it. ...
社区
IntelliJ IDEA Users
Installing on Linux
0 票
已编辑于
2020年10月02日 04:18
Yes, my user is included in sudoers. I used "sudo visudo /etc/sudoers" to add the line "myUser ALL=(ALL) ALL" under the line "root ALL=(ALL) ALL". The sudo command has always worked just fine for m...
社区
IntelliJ IDEA Users
Installing on Linux
0 票