Slashdot Mirror


Red Hat Plans Open Source Java

sthiyaga writes "According to a ComputerWire article, Red Hat is in discussions with Sun about launching an open source version of the Java platform. 'There's always been an interest in an open source implementation of Java developed in a clean room that adheres to the Java standards,' Szulik told ComputerWire. 'We're in discussions with Sun. We'd like to do this with their support.'"

3 of 422 comments (clear)

  1. Re:Gosling favors Open-Source Java by MisterFancypants · · Score: 0, Flamebait
    Some people withing Sun seem to be scared though that an Open-Source Java standard could be "polluted" by Microsoft.

    Newsflash: Microsoft has gone and made a better Java -- C#, and funnily enough they not only standardized it with recognized standards bodies (which Sun has never done with Java), they've also released their own shared source version and have not at all stood in the way of third parties making their own implementations (dotGNU, Mono, etc).

  2. Re:Gosling favors Open-Source Java by tshak · · Score: 1, Flamebait

    Some people withing Sun seem to be scared though that an Open-Source Java standard could be "polluted" by Microsoft.


    Hah - that's a good one! The issue within Sun is that they can't collect on the Java license of it goes OSS. This is why there's still issues with projects like Tomcat and JBoss. Until Sun makes Java an open standard (ECMA, ISO, etc.), I don't see how an "open Java" can truely exist.

    --

    There is no longer anything that can be done with computers that is nontrivial and clearly legal. -- Paul Phillips
  3. Re:No, it's more likely GCJ by samhalliday · · Score: 0, Flamebait

    gcj only makes native binarys from java source, INFO or byte compiled java code to run on a virtual machine. it is NOT a virtual machine.