tags:

views:

732

answers:

2

See question above.

+5  A: 

Yes, use IKVM.

http://www.ikvm.net/

And it's incredibly easy to use:

ikvmc myjar.jar

outputs myjar.dll

FlySwat
+1  A: 

There is also gcj which will compile classes into native format.

James Van Huis