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

Serge serge@wildwestsoftware.com
Thu, 10 Jan 2002 20:47:45 +0200


> Microsoft has taken a
> different approach: take the Java compiler and extend it so that you can
> make use of some .NET features from Java (like attributes).

Actually, they do have such tool that does precisely that - converts Java
bytecodes to MSIL executable.
It's called jbimp and comes with J#.

Sergey