我可以编写使用 Monkeyrunner 的 Java 代码吗?
我不想像 Google 建议的那样编写通过 Jython 解释器运行的 Python 代码,而是编写直接处理 Monkeyrunner.jar 和朋友的 Java 代码。
我这样做的最大动机是我能够通过这种方式捕获 Java 异常,而使用 Python 则无法做到这一点。 Monkeyrunner 长时间运行时会抛出许多异常(主要是套接字错误)。
有什么想法吗?
Instead of writing Python code that runs through the Jython interpreter, as suggested by Google, I'd like to write Java code that deals directly with the Monkeyrunner.jar and friend.
My biggest motivation for doing this is that I will be able to catch Java exceptions this way, and I am not able to do so using Python. Monkeyrunner throws many exceptions (mostly socket errors) when run for a long time.
Any ideas?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以在 java 构建路径中包含
chimpchat.jar
以及一些其他依赖项(例如ddmlib.jar、sdklib.jar.guavalib.jar
),然后You can include
chimpchat.jar
in your java build path plus some other dependencies (e.g.ddmlib.jar, sdklib.jar. guavalib.jar
) and then