简体   繁体   English

如何将 SDK jar 文件转换为 .Net dll 文件

[英]How to convert SDK jar files to .Net dll files

I am developing mobile app using xamarin forms, the application works on POS device with a specific .jar files comes with device, how can i use these jar files as dll in my project?我正在使用 xamarin 表单开发移动应用程序,该应用程序在 POS 设备上运行,设备附带特定的 .jar 文件,我如何在我的项目中将这些jar文件用作dll Please help请帮忙

This is the URL of the Device Company这是设备公司的 URL

sorry for poor description of my problem,抱歉对我的问题描述不佳,
OK , I tried to Add the JarBinding Project and i changed the Build Action to Embedded Jar and then i added this project as Reference in the Portable xamarin forms Project , finally when i tried to use it in the project i can't reach all classes but the same Jar or Package have more than that like BankCard and Core as Image 4 shows with Java Language.好的,我尝试添加 JarBinding 项目并将构建操作更改为嵌入式 Jar,然后我将此项目添加为便携式 xamarin 表单项目中的参考,最后当我尝试在项目中使用它时,我无法访问所有类但是同一个 Jar 或 Package 比图4用 Java 语言显示的 BankCard 和 Core 具有更多的功能。

Creating the jarBinding Project and add the Jar files创建 jarBinding 项目并添加 Jar 文件

add JarBinding Project as Reference添加 JarBinding 项目作为参考

here i can not reach all Classes在这里我无法到达所有班级

the Classes in Java Code Java 代码中的类

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何使用 IKVM.NET 将 .JAR 文件转换为 .dll 文件? - How do I use IKVM.NET to translate .JAR files into .dll files? Is there a way to restrict .NET Core projects to generate only.dll as output files when using .NET Core 3.1 sdk - Is there a way to restrict .NET Core projects to generate only .dll as output files when using .NET Core 3.1 sdk Asp.net不支持Biometrics Attendence Machine的SDK的dll文件 - Asp.net is not supporting dll files of Biometrics Attendence Machine's SDK 浮点/双精度文字如何存储在已编译的 .NET DLL 文件中? - How are float/double literals stored in compiled .NET DLL files? 如何将SWIG生成的C#文件编译成.NET DLL? - How to compile SWIG generated C# files into a .NET DLL? 我如何在 dot net Core 中安排应用程序 dll 文件 - How can i Arrange app dll files in dot net Core 如何在vNext中将所有cshtml文件编译成DLL或.net程序集? - How to compile all cshtml files into an DLL or .net assembly in vNext? 如何将所有.dll文件和.exe文件打包为C#文件,就像Java关于Jar一样 - How to package all .dll files and .exe into one file in C#, just like Java does about Jar 如何使用适用于 .NET 的 AWS SDK 将文件上传到 Digital Ocean Space? - How to upload files to Digital Ocean Space with AWS SDK for .NET? 如何用.cs文件替换DLL文件? - How to replace DLL files with .cs files?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM