Calling C# code from Java?

Posted by Keith G on Stack Overflow See other posts from Stack Overflow or by Keith G
Published on 2008-09-08T18:46:09Z Indexed on 2010/03/08 8:36 UTC
Read the original article Hit count: 190

Filed under:
|
|

Does anyone have a good solution for integrating some C# code into a java application?

The code is small, so I could re-write in java, but I would rather reuse the code if possible. Don't repeat yourself, etc.

Also, I know I can expose the C# as a web service or whatever, but it has some security/encryption stuff in there, so I would rather keep it tightly integrated if possible.


Edit: It's going to be on a server-based app, so "downloading" another runtime is irrelevant.

© Stack Overflow or respective owner

Related posts about c#

Related posts about java