OpenJDK - Oracle is better? [closed]

There are currently two Java versions (vendors, if you will) available:

  • Oracle's (previously Sun) JDK, the closed source Java, with commercial support from Oracle 'n stuffs.
  • OpenJDK, the open source Java. Oracle released part of their source and renamed it.

In the days of Java 6, there used to be a big difference between the two of them, OpenJDK running slower and supporting less. However, nowadays, except for the java-web-plugin (which was rewritten by the community and named icedtea-web), they are exactly the same. Neither of the two versions is "wrong".

There are still people claiming OpenJDK is worse than Oracle's JDK, but it's become a myth.

I recommend keeping OpenJDK for Java 7, because open source FTW, and because it's supported in the official repositories of Ubuntu (Oracle does not let others redistribute their JDK).