1

我可以将 javaCV 与 GAE 一起使用吗?

现在,我尝试将 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 项目?我可以将 javaCV 与 GAE 一起使用吗?

4

1 回答 1

0

JavaCV是一组原生库的 java 包装器:opencv、ffmpeg 等。

它不可能在 GAE 上运行。

于 2012-03-30T07:22:46.130 回答