Reputation: 7596
As you can see on this screenshot:
It seems related to a Java VM problem but Eclipse and PhpStorm are working without problem.
My Java version:
java version "1.6.0_27"
OpenJDK Runtime Environment (IcedTea6 1.12.6) (6b27-1.12.6-1ubuntu0.10.04.2)
OpenJDK 64-Bit Server VM (build 20.0-b12, mixed mode)
My system is Ubuntu 10.04 LTS.
Upvotes: 0
Views: 331
Reputation: 666
As explained in the installation instructions you need the JDK7 if you want to use any of the Java features.
Upvotes: 2