Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#60800 - [java-openjfx] pycharm-community-edition stops launching after installation
Attached to Project:
Community Packages
Opened by kawabanga (kawabanga) - Wednesday, 14 November 2018, 12:23 GMT
Last edited by Toolybird (Toolybird) - Thursday, 20 April 2023, 04:50 GMT
Opened by kawabanga (kawabanga) - Wednesday, 14 November 2018, 12:23 GMT
Last edited by Toolybird (Toolybird) - Thursday, 20 April 2023, 04:50 GMT
|
DetailsSteps to reproduce:
1. Install PyCharm as it is 2. Run it: it works 3. Install java-openjfx 4. Now PyCharm doesn't start: "No JDK found. Please validate either PYCHARM_JDK, JDK_HOME or JAVA_HOME environment variable points to valid JDK installation." Obviously, if neither OpenJFX nor JDK are not PyCharm's deps, their installation on deinstallation should not break PyCharm. Additional info: * pycharm-community-edition 2018.2.4-1 * java-openjfx-8.u172-2 * java-environment-common-3-1 * jdk8-openjdk-8.u192-1 archlinux-java status Available Java environments: java-8-openjdk/jre (default) |
This task depends upon
need to change the file /usr/bin/pycharm
from: PYCHARM_JDK="/usr/lib/jvm/java-8-openjdk"
tp: PYCHARM_JDK="/usr/lib/jvm/java-8-openjdk/jre"