简体   繁体   English

在java应用程序中从iPad下载数据

[英]Download data from iPad in java application

I've tried to use JNA and libimobiledevice to access the memory of an iPad from a Java application, but I have encountered issues doing it this way. 我曾尝试使用JNAlibimobiledevice从Java应用程序访问iPad的内存,但我遇到了这样做的问题。

Is there a simpler alternative? 有更简单的替代方案吗?

The simple way to make your iPad as a HTTP Server. 将iPad作为HTTP服务器的简单方法。 Java application could access via HTTP Request. Java应用程序可以通过HTTP请求访问。

You could use https://github.com/robbiehanson/CocoaHTTPServer . 您可以使用https://github.com/robbiehanson/CocoaHTTPServer You just open socket for listening. 你只需打开套接字听。

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM