Reputation:
See question above.
Upvotes: 23
Views: 26923
Reputation: 31
It is better to create a c++ loader which
1)Hides the console
2)runs your application
Upvotes: -6
Reputation: 5571
There is also gcj which will compile classes into native format.
Upvotes: 2
Reputation: 175733
Yes, use IKVM.
And it's incredibly easy to use:
ikvmc myjar.jar
outputs myjar.dll
Upvotes: 30