Slashdot Mirror


A Way To GPL Java

maitas writes " Acording to this article, now any developer can GPL'd his Java implementation. Can't wait to see C# go the same path..."

4 of 18 comments (clear)

  1. woooooo!!!! by DeadSea · · Score: 5, Informative
    I write a lot of GPL Java software. The problem is that there are currently no virtual machines or class libraries available under the GPL. This means that many Linux distros don't have Java installed. That means that even though my software runs on Linux, it isn't widely used. I welcome any initiative that will bring Java to Linux more readily.

    This move just means that open source implementations of Java are officially legal. It doesn't really bring them closer to being here now. Some of the interesting projects in this area are the GNU native compiler for Java and the GNU Classpath project. Neither are anywhere near being fully functional yet, but I'll give them time.

  2. Wait? by James+Lanfear · · Score: 5, Informative

    Can't wait to see C# go the same path...

    You mean like Mono and DotGNU?

    1. Re:Wait? by Schnapple · · Score: 4, Informative

      Or (if you don't mind staying on Windows) there's SharpDevelop an actually pretty good VS.net clone that's GPL.

  3. There are free software implementations already by Anonymous Coward · · Score: 4, Informative

    Check out www.kaffe.org for one.

    Don't like it? Help 'em make it better.