aspose file tools
The moose likes Beginning Java and the fly likes is java open source Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "is java open source" Watch "is java open source" New topic
Author

is java open source

hemapriya rao
Greenhorn

Joined: Jun 27, 2007
Posts: 15
is java an open source?
Campbell Ritchie
Sheriff

Joined: Oct 13, 2005
Posts: 32708
    
    4
No, it isn't. But it soon will be. See whether this Java website link helps.
Jesper de Jong
Java Cowboy
Bartender

Joined: Aug 16, 2005
Posts: 12929
    
    3

I guess that you really meant to ask "Are Sun's JRE and JDK open source?". The answer to that question is as Campbell already said: almost, but it's not completely open source yet. Almost all code of Sun's JRE and JDK has been open source, but Sun used some third-party code in their JRE and JDK that they cannot make open source, because they don't have the rights for it. Currently there are a number of people working to replace that code with open source code, so that it will be completely open source.

Note that there is already a 100% open source Java, called GNU Classpath. But it's only a partial implementation of Java 1.4 and it runs very slow compared to Sun's Java.


Java Beginners FAQ - JavaRanch SCJP FAQ - The Java Tutorial - Java SE 7 API documentation
Scala Notes - My blog about Scala
D Rog
Ranch Hand

Joined: Feb 07, 2004
Posts: 471
I do not know what people mean by open source, but all Java sources are freely available. Everybody can also contribute in development of next version of JDK.


Get power of your iPod with MediaChest | Minimal J2EE container is here | Light weight full J2EE stack | My blog | Co-author of "Windows programming in Turbo Pascal"
Jesper de Jong
Java Cowboy
Bartender

Joined: Aug 16, 2005
Posts: 12929
    
    3

That's right, in the OpenJDK project.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: is java open source
 
Similar Threads
Java's equivalent for Biztalk server ... ???
WA #1.....word association
Project Management Software in Java (Web-based)
Inner static class as test harness
chatting application