q0987
q0987

Reputation: 35982

Which version of java should be installed to support pycharm 1.5.4 for Linux

I have experienced consistent crash after I install pycharm 1.5.4 for ubuntu 10.04 with jre1.5.0_22 or jre1.6.0_27. After the crashes, I found that the log folder contains simply empty folders without useful information.

From the pycharm, the company only indicates that "Sun JDK 1.6. Open JDK is not supported" without mentioning what is supported. Also I have difficulties to differentiate the sun open jdk or sun jdk.

Question> Now I am moving to ubuntu 11.04 and plan for a fresh installation. So what is the right java version for pycharm 1.5.4?

Upvotes: 0

Views: 1055

Answers (1)

CrazyCoder
CrazyCoder

Reputation: 401995

Sun (Oracle) JDK 1.6.0_27 is recommended. The page says exactly this. In other words, Sun JDK is required, OpenJDK is not supported.

Upvotes: 1

Related Questions