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
Task Type Bug Report
Category Packages
Status Closed
Assigned To Levente Polyak (anthraxx)
Architecture All
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 2
Private No

Details

Steps 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

Closed by  Toolybird (Toolybird)
Thursday, 20 April 2023, 04:50 GMT
Reason for closing:  No response
Comment by Doug Newgard (Scimmia) - Wednesday, 21 November 2018, 00:26 GMT
I wonder if it's from the version mismatch
Comment by giwig (giwig) - Monday, 07 January 2019, 11:13 GMT
i have the same error

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"
Comment by Morten Linderud (Foxboron) - Sunday, 13 September 2020, 13:20 GMT
Is this still an issue?

Loading...