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.
如何在 Eclipse 中为黑莓正确添加 Facebook .jar 文件
"ERRO :Module 'FacebookBlackBerrySDK-v0.8.25' not found."
以下是将 jar 正确添加到 Eclipse 项目的步骤。似乎您没有在 Eclipse 环境中正确添加 jar。所以请检查步骤。
在您的项目下创建一个名为“lib”(或您想调用的任何名称)的文件夹,并将下载的 JAR 文件复制到该文件夹中。
右键单击您的项目 > 属性
Java Build Path > Libraries > Add JARs... > 选择“lib”文件夹中的 JAR 文件
Java Build Path > Order and Export > 检查 JAR 文件