Install Pycharm -1.5.4 on Open Suse Linux
Hi guys,
I'm trying to install Pycharm on my Open Suse,
How ever I'm stuck on this problem :
ERROR: cannot start PyCharm.
No JDK found to run PyCharm. Please validate either PYCHARM_JDK, JDK_HOME or JAVA_HOME environment variable points to valid JDK installation.
Actually I already reinstall Java(JDK/JRE), even done that, the pycharm installation don't goes...
linux-tk22:/home/jayron/pycharm-1.5.4/bin # echo $JAVA_HOME
/usr/lib64/jvm/jre
So, this seems a challenge to me, in role of a novice one in this Linux Eviroment...
Please someone could help?
thanks
Jayron
Please sign in to leave a comment.
JAVA_HOME must point to a JDK installation home directory with default layout (lib, jre, bin subdirectories in it).
Make sure to install Sun JDK 1.6 and point JAVA_HOME to its location on your system.