Need adobe-application-remote-client.jar
hi,
i need deploy livecycle es2.5 application using application manager api. i have written script same need adobe-application-remote-client.jar run script gives below error. java.lang.runtimeexception: sourced file: inline evaluation of: ``import java.io.fileinputstream; import java.util.properties; import com.adob . . . '' : typed variable declaration : class: applicationmanagerclient not found in namespace : @ line: 27 : in file: inline evaluation of: ``import java.io.fileinputstream; import java.util.properties; import com.adob . . . '' : applicationmanagerclient at com.adobe.idp.workflow.dsc.service.scriptservice.executescript(scriptservice.java:67) at sun.reflect.generatedmethodaccessor843.invoke(unknown source) at sun.reflect.delegatingmethodaccessorimpl.invoke(delegatingmethodaccessorimpl.java:37) at java.lang.reflect.method.invoke(method.java:600)...........
please let me know download jar, not present in installation directory.
is in custom component? wondering since exception says not found in namespace. if so, try using import-packages in component.xml instead of class-path , adding jar. example:
<import-packages>
<package version="1.0">org.apache.commons.codec</package>
</import-packages>
More discussions in LiveCycle APIs
adobe
Comments
Post a Comment