Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Is it at all possible to use a C# DLL from within Java

822325Dec 8 2010 — edited Dec 17 2010
I have found various references to using a C or C++ DLL from within Java using JNI or JNI wrappers

However, I havent seen a way to use a C# DLL from within Java. I noticed that various wrappers mention that they dont with with C# (or other dotnet languages).

I know this is an odd request, but I need to determine if it is at all possible, possibly by using a JNI wrapper and MONO somehow.

note that no, I can't convert above mentioned C# DLL to C/C++/Java.

Any advice appreciated
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 14 2011
Added on Dec 8 2010
22 comments
7,549 views