LS2J is part of IBM Notes Domino Designer and is an interface which allows LotusScript to create and handle Java objects as if they are native to the LotusScript environment.
Questions tagged [ls2j]
18 questions
0
votes
1 answer
I can't open a database because the session is always null
I want to create a log for all my webservices.
I have the log in java, it works.
I want to do the same thing in Lotus Domino using the java's class I do with LS2J class.
It works to compil my java class and the ls2j code.
When i try to call this…

sissi49
- 135
- 1
- 11
0
votes
1 answer
use getter and setter in java LS2J
I have problem with the getter in LS2J, i can't have the result of the get in my prog !!
I take some tests, this is the results :
My class in java :
public String getFonctionWS() {
System.out.println("get : " + fonctionWS);
return…

sissi49
- 135
- 1
- 11
0
votes
3 answers
access to a java interface in lotuscript with LS2J?
enter code hereI try to acess a java class by his interface
I make a class in Ls2J instead the java interface because i don't know how i do
and i have the error :
error : LS2J Error: Java constructor failed to execute
An idea ? ^^
thanks !
my…

sissi49
- 135
- 1
- 11