Search code examples
javaasp.net.net-4.0azureikvm

Using Java .jar package in asp.net 4.0 application?


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?


Solution

  • You might be able to use IKVM to compile the jar into a .Net assembly and then use it in your asp.net application.