当前位置:软件学习 > 其它软件 >>

Could you give me some suggestion or workaround method for domino java api?

I am a QA tester, when I use domino java API to open a database.

Sometime there will be an exception. When I went to open a database, this database is in local and not in root directory.

For example this database is in c:\test\test\test.nsf.  getDatabase will return a exception , this database is not opened yet.

So I put this database in the root directory, it works fine.

 

String localpath = System.getProperty("user.dir") + "\\localData\\";

                            Session local_session = NotesFactory.createSessionWithFullAccess();                    

                            Database curDB = local_session.getDatabase(null, localpath+"Server\\tools.nsf");

 

 

                            Could you give me some suggestion or workaround method? Thanks.

--------------------编程问答-------------------- F1
补充:企业软件 ,  Lotus
CopyRight © 2022 站长资源库 编程知识问答 zzzyk.com All Rights Reserved
部分文章来自网络,