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

我只是一个虾纸丫 提交于 2019-12-25 04:31:39

问题


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?


回答1:


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



来源:https://stackoverflow.com/questions/4683257/using-java-jar-package-in-asp-net-4-0-application

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!