Cannot start PyCharm Permanently deleted user Created January 12, 2019 02:58 Operating System - Manjaro Error Message - No JDK found. Please validate either PYCHARM_JDK, JDK_HOME or JAVA_HOME environment variable points to valid JDK installation.
Have similar issues with my windows 10.what d solution
As for the general advice, please refer to: https://intellij-support.jetbrains.com/hc/en-us/articles/206544879-Selecting-the-JDK-version-the-IDE-will-run-under
And set PYCHARM_JDK_64 environment to your valid JDK/JRE installation. (PYCHARM_JDK if you're using 32 bit OS)
If that doesn't make any sense, please specify:
1. Is your OS 32 or 64 bit?
2. Have you tried running using bin/pycharm.sh script according to https://www.jetbrains.com/help/pycharm/install-and-set-up-pycharm.html#first-run ?