Domino Partitions in Java

Hi All,

I have a working unix java application that I am porting to Windows, and do not know how to set the Domino Partition name for the NotesFactory session. This is easy enough in unix, as you just execute the java application from the partitions associated user. This is not the case in Windows, as all partitions are executed from the same user.

Thanks

Subject: Domino Partitions in Java

I would guess that you start up your java program with the directory that contains the notes.ini of the target partition as working directory. IIRC, the notes.ini defines the way the API connects to the server, and it seems to me that the first notes.ini that is found, is going to be the one that is used by the program.

cheers,

Bram