Reegan Miranda
Reegan Miranda

Reputation: 2949

pycharm install problematic in linux?

./pycharm.sh OpenJDK Runtime Environment (IcedTea6 1.8.13) (6b18-1.8.13-0+squeeze2) OpenJDK Server VM (build 14.0-b16, mixed mode) WARNING: You are launching the IDE using OpenJDK Java runtime.

     ITS KNOWN TO HAVE PERFORMANCE AND GRAPHICS ISSUES!
     SWITCH TO THE ORACLE(SUN) JDK BEFORE REPORTING PROBLEMS!

NOTE: If you have both Oracle (Sun) JDK and OpenJDK installed please validate either PYCHARM_JDK, JDK_HOME, or JAVA_HOME environment variable points to valid Oracle (Sun) JDK installation. See ow.ly/6TuKQ for more info on switching default JDK.

Press Enter to continue.

Unrecognized VM option '+UseCodeCacheFlushing' Could not create the Java virtual machine.

how to install pycharm i have sun jdk in 1.6.what will do?

Upvotes: 0

Views: 2496

Answers (1)

yole
yole

Reputation: 97148

Please follow the instructions in the message you have pasted and define the PYCHARM_JDK environment variable pointing to your Sun JDK 1.6 installation.

Upvotes: 1

Related Questions