开发者

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

开发者 https://www.devze.com 2023-02-03 21:46 出处:网络
I have a jar file exporting some functions which i want to use in my asp.net application. How can i achieve this?

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 chang开发者_Go百科e if i use it in an windows azure application?


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

0

精彩评论

暂无评论...
验证码 换一张
取 消