Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我面临一个问题,该问题仅在在 heroku 上上传和执行我的 jar 后才会出现。只需在本地工作,但在执行时在 heroku 上在线,应用程序立即失败,因为 Couchbase.init() 命令抛出(仅在 heroku 上)以下异常。它背后的真正原因是什么,我可以修复它还是有任何解决方法?
错误
适用于 Java 和 Android 的 CouchbaseLite 是用 C/C++ 编写的库的绑定
您构建了一个 Jar 文件,该文件要么不包含本机库,要么无法将其安装在您的系统上。