hcl-bot
1
Hi all
i suppose create a lotusScript library . For using that library the following is the procedure. that is
Options
use “libraryName”
& and we can the function which is written in the library by
call function name
like that
how can i use the java library in my program ? this is what my problem.
tell me any one for use java library in my program.
please tell me with step by step procedure.
Thanks in Advance
Regards
Ramachandran K
hcl-bot
2
Subject: RE: How can i access Java Library in the programming?
Search this forum for “LS2J” this is the LSX connector to call Java libraries from LotusScript. Take not of the memory leak issues…
This redbook should help:
http://www.redbooks.ibm.com/redbooks/pdfs/sg246854.pdf
There are steps in the redbook to help you understand. (see chapter 12.6.4 LotusScript to Java (LS2J))
hcl-bot
3
Subject: How can i access Java Library in the programming?
And if you’re writing a Java “agent”, you can edit the “project” to get the following dialog:
Select “Shared Java Libraries” and browse to the library you need, then select ok to add it.
hth,
dgg
hcl-bot
4
Subject: RE: How can i access Java Library in the programming?
If you want to access Java library from LotusScript, use following:
Option Public
Uselsx “*javacon”
Use “NameOfJavaLibrary”