How to get the installation url of lotus notes in java

hi, How to get the installation url of lotus notes in java.

Session s = NotesFactory.createSession();// in the noteThread

I want to get the installation url.

I have search the notes java API, but I can not find it.

thanks