Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
English (United States)
简体中文
Sign in
Lsedillo
Total activity
17
Last activity
May 29, 2024 17:59
Member since
October 02, 2020 02:48
Following
0 users
Followed by
0 users
Votes
1
Subscriptions
3
Activity overview
Posts (3)
Comments (10)
Sort by recent activity
Recent activity
Votes
Created
May 29, 2024 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...
Community
IntelliJ IDEA Users
Cannot find JDK for module
0 votes
Created
February 02, 2022 08:27
Elena Pogorelova that did the trick, thank you!
Community
WebStorm
Javascript sourcing outdated external library, invalidate cache doesn't work.
0 votes
Created
November 09, 2020 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...
Community
IntelliJ IDEA Users
Cannot find JDK for module
0 votes
Created
November 07, 2020 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.
Community
IntelliJ IDEA Users
Cannot find JDK for module
0 votes
Created
October 23, 2020 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....
Community
IntelliJ IDEA Users
Cannot find JDK for module
0 votes
Created
October 22, 2020 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...
Community
IntelliJ IDEA Users
Cannot find JDK for module
0 votes
Created
October 16, 2020 07:48
Path is: /usr/lib/jvm/java-14-openjdk
Community
IntelliJ IDEA Users
Cannot find JDK for module
0 votes
Created
October 14, 2020 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...
Community
IntelliJ IDEA Users
Cannot find JDK for module
0 votes
Created
October 02, 2020 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. ...
Community
IntelliJ IDEA Users
Installing on Linux
0 votes
Edited
October 02, 2020 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...
Community
IntelliJ IDEA Users
Installing on Linux
0 votes