Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Documentum 5.3 connecting

I am new to Documentum. I am creating a stand alone java application that needs to connect to a documentum instance (5.3). How would I go about connecting to the instance?


1 Answers

You must install and configure Documentum Foundation Classes (Documentum API) at your client machine, copy dfc.jar at any place in your classpath and at the end read tons of documentation :-)

like image 153
sourcerebels Avatar answered Feb 07 '26 22:02

sourcerebels