【问题标题】:Can javaCV be used with GAE(Google App Engine)?javaCV可以与GAE(Google App Engine)一起使用吗?
【发布时间】: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


    【解决方案1】:

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

    它无法在 GAE 上运行。

    【讨论】:

    • 不,您不能在 GAE 上使用本机库。
    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2016-09-05
    • 2023-04-11
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多