Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Content Management (Extended ECM)
API, SDK, REST and Web Services
package com.opentext.liveservices inexistant
Cheung-Kong_Fok_(cheungkongfok_-_(deleted))
Hi,I am completely new to LAPI and I am currently trying to run the sample java code featured with the LAPI install (LAPI_9501) using Ant. However I have the following message displayed:"package com.opentext.liveservices does not exist"This message is followed by 87 compilation errorsCan anyone tell me where to find this package?Also, do I need to have Axis running on my Livelink server? Someone told me it wasn't necessary.Thank youcheung
Find more posts tagged with
Comments
eLink User
Message from Nair, Krishnankutty via eLinkDid you check the obvious like going a drilling down from the classpathverifying the package is thereand the ubiquitous current directory (.) appended to the class path.For eg if I use lapi as client serverAnd I use the directive import com.opentext.api.*;That is because I have C:\Program Files\Open Text\LAPI\lib\lapi.jar in my classpath would n'**** ?Or I would be uing my =jave -cp -classpath as the case maybe...Guessing liveservices is probably looking for that similar configurationerrorsI don't do much with liveservices but here's a guess...-----Original Message-----From: eLink Discussion: LAPI Discussion[mailto:lapi@elinkkc.opentext.com] Sent: Monday, December 11, 2006 9:05 AMTo: eLink RecipientSubject: package com.opentext.liveservices inexistantpackage com.opentext.liveservices inexistant Posted by Fok, Cheung-Kongon 12/11/2006 10:01 AMHi,I am completely new to LAPI and I am currently trying to run the samplejava code featured with the LAPI install (LAPI_9501) using Ant. HoweverI have the following message displayed:"package com.opentext.liveservices does not exist"This message is followed by 87 compilation errorsCan anyone tell me where to find this package?Also, do I need to have Axis running on my Livelink server? Someone toldme it wasn't necessary.Thank youcheung[To reply to this thread, use your normal E-mail reply function.]============================================================Discussion: LAPI Discussion
https://knowledge.opentext.com/knowledge/llisapi.dll/open/765428Livelink
Server:
https://knowledge.opentext.com/knowledge/llisapi.dllTo
Unsubscribe from this Discussion, send an e-mail tounsubscribe.lapi@elinkkc.opentext.com.-----------------------------------------*Please note my E-Mail Address has changed. Please update yourcontact list*Anadarko Confidentiality Notice: This electronic transmission and any attached documents or otherwritings are intended only for the person or entity to which it isaddressed and may contain information that is privileged,confidential or otherwise protected from disclosure. If you havereceived this communication in error, please immediately notifysender by return e-mail and destroy the communication. Anydisclosure, copying, distribution or the taking of any actionconcerning the contents of this communication or any attachments byanyone other than the named recipient is strictly prohibited.
Cheung-Kong_Fok_(cheungkongfok_-_(deleted))
Hi,Lapi.jar is in my classpath, as well as the ant jar and the Axis Jar,but I don't know which jar I need to be able to import com.opentext.liveservices.*Maybe my install is missing a pacakge, and that's why it confuses me.
eLink User
Message from Nair, Krishnankutty via eLinkI see this in my installC:\Program Files\OpenText\LAPI\webservices\java\Axis\webapps\LiveServices\WEB-INF\classes\com\opentext\liveservices Maybe you need that in your class path..-----Original Message-----From: eLink Discussion: LAPI Discussion[mailto:lapi@elinkkc.opentext.com] Sent: Monday, December 11, 2006 9:38 AMTo: eLink RecipientSubject: Hi,Hi,Posted by Fok, Cheung-Kong on 12/11/2006 10:33 AMHi,Lapi.jar is in my classpath, as well as the ant jar and the Axis Jar,butI don't know which jar I need to be able to importcom.opentext.liveservices.*Maybe my install is missing a pacakge, and that's why it confuses me.[To reply to this thread, use your normal E-mail reply function.]============================================================Topic: package com.opentext.liveservices inexistant
https://knowledge.opentext.com/knowledge/llisapi.dll/open/9567864Discussion
: LAPI Discussion
https://knowledge.opentext.com/knowledge/llisapi.dll/open/765428Livelink
Server:
https://knowledge.opentext.com/knowledge/llisapi.dllTo
Unsubscribe from this Discussion, send an e-mail tounsubscribe.lapi@elinkkc.opentext.com.-----------------------------------------*Please note my E-Mail Address has changed. Please update yourcontact list*Anadarko Confidentiality Notice: This electronic transmission and any attached documents or otherwritings are intended only for the person or entity to which it isaddressed and may contain information that is privileged,confidential or otherwise protected from disclosure. If you havereceived this communication in error, please immediately notifysender by return e-mail and destroy the communication. Anydisclosure, copying, distribution or the taking of any actionconcerning the contents of this communication or any attachments byanyone other than the named recipient is strictly prohibited.
Cheung-Kong_Fok_(cheungkongfok_-_(deleted))
Thank you,it seems like all the necessary packages have been found now, although I had a lot of "cannot find symbol" messages