I have a jar file exporting some functions which i want to use in my asp.net application.
How can i achieve this?
Will anything change if i use it in an windows azure application?
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.
You might be able to use IKVM to compile the jar into a .Net assembly and then use it in your asp.net application.