简体   繁体   English

在Ubuntu 16.04上使用Java中的JNI方法在OpenALPR中导入的软件包中的错误

[英]Error in packages imported in OpenALPR using JNI method in Java on Ubuntu 16.04

I want to build the sample code of openalpr library using jni method in java on Ubuntu 16.04.When I run this code in eclipse neon it shows error in packages imported as cross mark in code. 我想在Ubuntu 16.04上的Java中使用jni方法构建openalpr库的示例代码。当我在eclipse neon中运行此代码时,它在导入为交叉标记的软件包中显示错误。

imported package is import com.openalpr.jni.Alpr; 导入的包是import com.openalpr.jni.Alpr; Error: Exception in thread "main" java.lang.Error:Unresolved compilation problems. 错误:线程“ main”中的异常java.lang.Error:未解决的编译问题。 Alpr cannot be resolved to a type. Alpr无法解析为类型。 Please anyone help me. 请任何人帮助我。 It will be useful for me. 对我有用。

是否可以在Eclipse Build Path添加所需的库并尝试。

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

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