Possible Duplicate:
Installing IDEA on Ubuntu 11.10
I have running IntelliJ IDEA with OpenJDK but at startup IntelliJ IDEA from terminal it shows me:
$ ./idea.sh
OpenJDK Runtime Environment (IcedTea6 1.11pre) (6b24~pre2-1)
OpenJDK Server VM (build 20.0-b12, mixed mode)
WARNING: You are launching IDE using OpenJDK Java runtime.
THIS IS STRICTLY UNSUPPORTED DUE TO KNOWN PERFORMANCE AND GRAPHICS PROBLEMS!
NOTE: If you have both Oracle (Sun) JDK and OpenJDK installed
please validate either IDEA_JDK, JDK_HOME, or JAVA_HOME environment variable points to valid Oracle (Sun) JDK installation.
See http://ow.ly/6TuKQ for more info on switching default JDK
Press Enter to continue.
I have runing intelliJ IDEA because it requires "tools.jar", then I have that file on:
/usr/lib/jvm/java-6-openjdk-i386/lib
but "tools.jar" isn't over: /usr/lib/jvm/java-6-sun-1.6.0.26
So, my question is: someone had problems using OpenJDK?