Software:Jikes

From HandWiki
Short description: Open-source Java compiler
Jikes
Developer(s)IBM
Final release
1.22 / October 3, 2004; 19 years ago (2004-10-03)
Operating systemCross-platform
TypeJava compiler
LicenseIBM Public License
Websitejikes.sourceforge.net

Jikes is an open-source Java compiler written in C++. It is no longer being updated.

The original version was developed by David L. "Dave" Shields and Philippe Charles at IBM but was quickly transformed into an open-source project contributed to by an active[citation needed] community of developers. Initially hosted by IBM, the project was later transferred to SourceForge. Among its accomplishments, it was much faster in compiling small projects than Sun's own compiler, and provided more helpful warnings and errors.[citation needed]

Project status

(As of 2010) the project is no longer being actively developed.[1] The last 1.22 version was released in October 2004 and partially supports Java 5.0 (with respect to new classes, but not new language features).[2][3] As no further versions were released since, Java SE 6 is not supported.

While the free software community needed free Java implementations, the GNU Compiler for Java became the most commonly used compiler.

See also

References

External links