So I want to wrap a simple java library so to be able to use its functions from C#. Is it possible, how to do such thing?
BTW can we do such thing from C?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I find Pavel Šavara’s jni4net project very useful for this. It allows you to host the JVM and the CLR in a single process and share objects between them.