I want to use a Microsoft .Net Assembly in a Java Application. Is there any way out to do that.
Any help will be appreciated.
Java and .Net run an fundamentally different systems: the JVM and CLR respectively. It's not possible to directly load one into the other and use it. They are incompatible formats.
It is possible though to have .Net and Java components interact through a bridge layer. There are several out there which provide this behavior
Note: Most of these solutions though are aimed at sharing well defined components as opposed to directly loading libraries. This may or may not work for you.
Something interesting on the same topic: ikvm
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With