我正在尝试在一个简单的基于 JSP-Servlet 的应用程序中使用 LinkedIn。在我的示例代码中有一个名为 ImportLinkedInProfile 的类。我发现很难得到这个罐子。任何想法哪个罐子有这个?我试过 findjar.com 但它没有列出这个类。
com.cs.liveebiz.server.common.ui.ImportLinkedInProfile;
使用它的代码片段 -
ImportLinkedInProfile importProfile = new ImportLinkedInProfile();
importProfile.processImportedResult(profile);