且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何在Visual Studio和/或IntelliJ中将JAR文件添加为外部工具

更新时间:2023-11-24 21:23:22

我最熟悉的***选择是将JAR文件转换为DLL.这可以通过从jar到dll的转换工具(如Jbimp和IKVM到引用jar)来实现. (我建议使用IKVM.)

The best option that I'm familiar with is to convert your JAR file into DLL. this can be achieved by a converter tool from jar to dll like Jbimp and IKVM to reference jar. (I recommend IKVM.)

链接到IKVM转换器: http://www.ikvm.net/userguide/tutorial.html

Link to IKVM converter: http://www.ikvm.net/userguide/tutorial.html

代码项目指南: http://www.codeproject.com/Articles/594632/IKVM-NET-in-Details

注意:如果使用Jbimp,则不仅要引用转换后的dll,还要引用vjslib.

我希望能支持您的问题.

I hope that support your question.

请告诉我是否支持您的问题.

Please let me know if that support your issue.