Java virtual machine: Difference between revisions

Content deleted Content added
mNo edit summary
mNo edit summary
Line 4:
 
The specification for this virtual machine are published in book form and [[HTML]] and anybody is allowed to write an implementation of it. The preface states:
:''We intend that this specification should sufficiently document the Java Virtual Machine to make possible compatible clean-room implementations. Sun provides tests which verify the proper operation of implementations of the Java Virtual Machine.''
 
See [http://www.kaffe.org/ www.kaffe.org] for an example of a group of developers having done this.