[Mono-list] Java Bytecode -> IL Bytecode Compiler

Martin Coxall coxall@cream.org
10 Jan 2002 20:14:22 +0000


> The bytecode converter would be relatively simple, but the resulting code
> would be unusable without a set of work alike java class libs built on top
> of System. Its doable, (and would be very cool) but maping the java corlib
> onto the .net corlib will take alot of work. I suggest you start a second
> project for javalib on .net. It would be very usefull by itself.

Couldn't you just compile the Kaffe class library, then convert that to
IL using the same tool?

Martin