Documentum 5.3 连接
我是 Documentum 的新手。 我正在创建一个独立的 java 应用程序,需要连接到 documentum 实例 (5.3)。 我将如何连接到实例?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
首先,您的 dmcl.ini 文件必须包含以下行
,那么以下代码应该适合您
first your dmcl.ini file must conain the following lines
then the following code should work for you
您必须在客户端安装并配置 Documentum 基础类 (Documentum API)机器,将 dfc.jar 复制到类路径中的任何位置,并在最后阅读大量文档:-)
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 :-)