I have this file which tells you how to setup CSSDK.
On the ContentServices SDK Client Host
Create a Demo Workarea
Open a command window.
Create a workarea that is owned by the master user and shared by other users. Use the master user name and group name you have defined. For example:
cd iw-home\bin iwmkbr //server/default/main branchName 'comment' INITIAL iwmkwa main/branchName waName 'comment' INITIAL yourUserName groupName
Copy the sample application content files from cssdksamples\content to the top level of the workarea.
Set Up a Development Environment
Copy these JAR files to the cssdksamples\lib directory:
cssdkiface.jar - from iw-home\cssdk on the TeamSite host cssdkjni.jar - from iw-home\cssdk
Copy all of the JAR files from the ContentServices SDK SOAP client to the cssdksamples\lib directory.
Add each JAR file in the cssdksamples\lib directory to your CLASSPATH. You need to add each file individually.
You can now compile or run any of the Java samples.
|
I do not have this directory? where can i get this
"Copy the sample application content files from cssdksamples\content to the top level of the workarea. "
Thank You