Kaffe: Difference between revisions
Reverted edits by 69.43.65.131 (talk) using MWT |
bulgarian -> Bulgarian |
||
Line 1: | Line 1: | ||
{{dablink|This article is about the Java Virtual Machine. For the |
{{dablink|This article is about the Java Virtual Machine. For the Bulgarian band, see [[Kaffe (band)]]. For the [[North Germanic languages|North Germanic]] word, see [[wikt:kaffe| Wiktionary]].}} |
||
{{ Infobox Software |
{{ Infobox Software |
||
| name = Kaffe |
| name = Kaffe |
Revision as of 02:47, 24 September 2008
Stable 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 | http://www.kaffe.org/ |
Kaffe is a clean room design of a Java Virtual Machine. It comes with a subset of the Java 2 Platform, Standard Edition 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 world-wide team of programmers. Beside the mailing list, the developers can often be reached via IRC in the #kaffe channel on irc.freenode.org.
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.