Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
请告诉我是否可以在 iOS 开发中使用 jars?
我想在我的代码中使用它们。
Jars 用于 Java,而不是 Objective-C。可能有一些超级专家的方法,但如果你不得不问,那么答案实际上是否定的。
在 Android 世界中使用 jar 会有更好的运气。
.jar 文件实际上是具有不同扩展名的 ZIP 档案。我相信你可以在你的代码中提取它。但是从 .jar 文件执行类将不起作用,因为 iOS 不附带 JRE。
JAR 是一个 Java 存档。iOS 不支持 Java。