Kaffe: Difference between revisions
m replace link to deleted Portal:Java (programming language) with Portal:Computer programming |
discontinued |
||
Line 6: | Line 6: | ||
| screenshot = |
| screenshot = |
||
| caption = |
| caption = |
||
| |
| author = {{ubl|Tim Wilkinson|Peter Mehlitz}} |
||
| developer = Transvirtual Technologies |
|||
| released = {{Start date and age|1996}} |
|||
| discontinued = yes |
|||
| latest release version = 1.1.9 |
| latest release version = 1.1.9 |
||
| latest release date = {{Start date and age|2008|2|26}} |
| latest release date = {{Start date and age|2008|2|26}} |
||
Line 17: | Line 20: | ||
| website = {{URL|www.kaffe.org}} |
| website = {{URL|www.kaffe.org}} |
||
}} |
}} |
||
'''Kaffe''' is a [[clean room design]] of a [[Java Virtual Machine]]. It comes with a subset of the [[Java Platform, Standard Edition]] (Java SE), [[Java API]], and [[Programming tool|tool]]s needed to provide a [[Java platform|Java]] runtime environment. Like most other Free Java virtual machines, Kaffe uses [[GNU Classpath]] as its [[Java Class Library|class library]]. |
'''Kaffe''' is a discontinued [[clean room design]] of a [[Java Virtual Machine]]. It comes with a subset of the [[Java Platform, Standard Edition]] (Java SE), [[Java API]], and [[Programming tool|tool]]s needed to provide a [[Java platform|Java]] runtime environment. Like most other Free Java virtual machines, Kaffe uses [[GNU Classpath]] as its [[Java Class Library|class library]]. |
||
Kaffe, first released in 1996, was the original open-source Java implementation. Initially developed as part of another project, it grew so popular that developers Tim Wilkinson and Peter Mehlitz founded [[Transvirtual]] Technologies, Inc. with Kaffe as the company's flagship product. In July 1998, Transvirtual released Kaffe OpenVM under a [[GNU General Public License]]. Now it is developed by a worldwide team of programmers. Beside the mailing list, the developers can often be reached via [[IRC]] in the #kaffe channel on irc.freenode.net. |
Kaffe, first released in 1996, was the original open-source Java implementation. Initially developed as part of another project, it grew so popular that developers Tim Wilkinson and Peter Mehlitz founded [[Transvirtual]] Technologies, Inc. with Kaffe as the company's flagship product. In July 1998, Transvirtual released Kaffe OpenVM under a [[GNU General Public License]]. Now it is developed by a worldwide team of programmers. Beside the mailing list, the developers can often be reached via [[IRC]] in the #kaffe channel on irc.freenode.net. |
||
Line 37: | Line 40: | ||
==External links== |
==External links== |
||
*{{Official website|www.kaffe.org}} |
*{{Official website|www.kaffe.org}} |
||
*{{ |
*{{GitHub|kaffe/kaffe|Moved Kaffe homepage, activity level unclear}} |
||
*[http://www.linuxjournal.com/article/3482 Transvirtual Adopts Microsoft Java Extensions, October 1st, 1999 by Craig Knudsen] |
*[http://www.linuxjournal.com/article/3482 Transvirtual Adopts Microsoft Java Extensions, October 1st, 1999 by Craig Knudsen] |
||
{{Java Virtual Machine}} |
{{Java Virtual Machine}} |
||
{{Java ( |
{{Java (software platform)}} |
||
[[Category:Java virtual |
[[Category:Discontinued Java virtual machines]] |
||
[[Category:Free compilers and interpreters]] |
[[Category:Free compilers and interpreters]] |
Revision as of 22:30, 23 November 2019
This article needs to be updated.(September 2011) |
Original author(s) |
|
---|---|
Developer(s) | Transvirtual Technologies |
Initial release | 1996 |
Final release | 1.1.9
/ February 26, 2008 |
Repository | |
Written in | C and Java |
Operating system | Unix-like |
Type | Java Virtual Machine |
License | GNU General Public License |
Website | www |
Kaffe is a discontinued clean room design of a Java Virtual Machine. It comes with a subset of the Java Platform, Standard Edition (Java SE), Java API, and tools needed to provide a Java runtime environment. Like most other Free Java virtual machines, Kaffe uses GNU Classpath as its class library.
Kaffe, first released in 1996, was the original open-source Java implementation. Initially developed as part of another project, it grew so popular that developers Tim Wilkinson and Peter Mehlitz founded Transvirtual Technologies, Inc. with Kaffe as the company's flagship product. In July 1998, Transvirtual released Kaffe OpenVM under a GNU General Public License. Now it is developed by a worldwide team of programmers. Beside the mailing list, the developers can often be reached via IRC in the #kaffe channel on irc.freenode.net.
Kaffe is a lean and portable virtual machine, although it is significantly slower than commercial implementations.[1] When compared to the reference implementation of the Java Virtual Machine written by Sun Microsystems, Kaffe is significantly smaller; it thus appeals to embedded system developers. It comes with just-in-time compilers for many of the CPU architectures, and has been ported to more than 70 system platforms in total. It runs on devices ranging from embedded SuperH devices to IBM zSeries mainframe computers, and it will even run on a PlayStation 2.
Unlike other implementations, in the past Kaffe used GNU Multi-Precision Library (GMP) to support arbitrary precision arithmetics. This feature has been removed from release 1.1.9, causing protests from people that claim they used Kaffe for the sole reason GMP arithmetic being faster than the typical pure java implementation, available in other distributions.[2] The capability was removed to reduce the maintenance work, expecting that interested people will integrate GMP support into GNU Classpath or OpenJDK. Subsequently GNU Classpath introduced GMP support in version 0.98.