The development of a Java VM for .NET
I tried to get Eclipse to run. This led to an interesting series of events:
At the moment I'm stuck on an exception that the .NET framework throws (when I'm compiling classpath.dll with ikvmc):
System.TypeLoadException: Method getBounds2D in type java.awt.Rectangle from assembly getBounds2D does not have an implementation. at System.Reflection.Emit.TypeBuilder.TermCreateClass(TypeToken handle, Module module) at System.Reflection.Emit.TypeBuilder.CreateType()
I have no idea why this happens. Interestingly enough, it doesn't happen when I compile with jikes 1.15.
Remember Me
I apologize for the lameness of this, but the comment spam was driving me nuts. In order to be able to post a comment, you need to answer a simple question. Hopefully this question is easy enough not to annoy serious commenters, but hard enough to keep the spammers away.
Anti-Spam Question: What method on java.lang.System returns an object's original hashcode (i.e. the one that would be returned by java.lang.Object.hashCode() if it wasn't overridden)? (case is significant)