Hello all,
I am currently creating a java application which has to connect to Notes to edit data in my notes databases. Our Notes.ini file is placed in another directory then the Notes installation directory.
Using a *.bat file we can edit the location of our ini file. This is the reason why I can’t run the ‘NotesThread.sinitThread();’ command. If I copy the ini file in the notes directory, then all problems are solved. But our administrators won’t allow us to place our ini file in the installation directory due to multiple users, environements and versions of notes.
Is there a solution to locate the ini file in Java?
The problem is discribed on the following website aswell:
http://www.thecorneroffice.org/blog/plink/2004/09/040924-1635.html