23

See question above.

3 Answers3

30

Yes, use IKVM.

http://www.ikvm.net/

And it's incredibly easy to use:

ikvmc myjar.jar

outputs myjar.dll

Blair Conrad
  • 233,004
  • 25
  • 132
  • 111
FlySwat
  • 172,459
  • 74
  • 246
  • 311
  • 2
    do I need the .NET plataform to use this dll ? or its native to win32, and I can use it with C++ ? Sry I dont know much about .NET – fredcrs Aug 01 '12 at 16:07
2

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

James Van Huis
  • 5,481
  • 1
  • 26
  • 25
-6

It is better to create a c++ loader which

1)Hides the console

2)runs your application

gnat
  • 6,213
  • 108
  • 53
  • 73
Chris
  • 31
  • 1