【发布时间】:2012-03-30 07:17:18
【问题描述】:
我可以在 GAE 中使用 javaCV 吗??
现在,我尝试将 javaCV jar 导入 Eclipse 中的 GAE、GWT 项目
但它不起作用......
首先,我在安装了GAE插件的Eclipse中制作GAE项目
并将 javaCV jar 文件添加到 /war/WEB-INF/lib
和配置jar构建路径
所以没有确认源中的错误
但是当我运行 WebApplication(local)
出现一些错误..
喜欢这个
[ERROR] [jebal] - Line 72: No source code is available for type com.googlecode.javacv.cpp.opencv_core.IplImage; did you forget to inherit a required module?
[ERROR] [jebal] - Line 73: No source code is available for type com.googlecode.javacv.CanvasFrame; did you forget to inherit a required module?
[ERROR] [jebal] - Line 119: No source code is available for type com.googlecode.javacv.cpp.opencv_highgui; did you forget to inherit a required module?
现在,我猜 GAE 不能与 javaCV 库一起使用,或者添加 jar 的方法是错误的。
如何将外部库添加到 GAE 项目中? 我可以在 GAE 中使用 javaCV 吗??
【问题讨论】:
标签: google-app-engine jar external javacv