gpt4 book ai didi

java - 找不到 ImportLinkedInProfile 的 jar

转载 作者:太空宇宙 更新时间:2023-11-04 08:13:33 25 4
gpt4 key购买 nike

我正在尝试在一个简单的基于 JSP-Servlet 的应用程序中使用 LinkedIn。在我的示例代码中,有一个名为 ImportLinkedInProfile 的类。我发现很难得到这个 jar 。有什么想法哪个 jar 有这个吗?我尝试了 findjar.com,但它没有列出此类。

com.cs.liveebiz.server.common.ui.ImportLinkedInProfile; 

使用此代码的代码片段 -

ImportLinkedInProfile importProfile = new ImportLinkedInProfile();
importProfile.processImportedResult(profile);

最佳答案

我能找到的对这个类的唯一引用是通过一个相当无用的 blog posting .

鉴于他的示例包含与您尝试导入的包声明相同的包声明(包 com.cs.liveebiz.server.linkedinapi),我建议这是他开发的自定义包装器。

无论如何,代码的实际内容来自 linkedin-j项目。我没有使用过该库,但它似乎支持获取 Person来自领英。我想您想要从 JAR 使用的类是一个简单的包装器,它从 linkedin-j Person 对象映射到适合在网页上呈现的其他一些 bean。

事实上,在进一步检查该博客文章中的代码时,似乎根本没有使用该类(没有源代码很难判断,而且该名称相当晦涩)。

关于java - 找不到 ImportLinkedInProfile 的 jar,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10835643/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com