Is it possible to run LS2J agent with imported jar files inside java libraries, but not specified in the notes.ini or jvm java dir?
In java agent there is no problem with that, but LS2J agent cannot find the jar files.
Any idea?
Is it possible to run LS2J agent with imported jar files inside java libraries, but not specified in the notes.ini or jvm java dir?
In java agent there is no problem with that, but LS2J agent cannot find the jar files.
Any idea?
Subject: I have no trouble…
I simply include the jar in the project. Notes client & Domino server find and use the Java code just fine. I’ve used this jar all over; Java applications, Notes buttons, Domino Agents, pretty much anywhere that takes my fancy.
CAVEAT: Domino R-prior (6/7) would tend to leak like sieve if the jar was not in JavaUserClasses. Don’t know what that did to the automagic, I just know it helped quite a bit putting that in there. But it wasn’t necessary to make it work, the code would run fine without it.
What’s happening? “It doesn’t work” isn’t the most descriptive thing I’ve seen this side of a microsoft dialog (wink)…
Subject: Thank you …
Thank you David for your response. After I debug the java lib code, I found there is a problem inside java getResourceAsStream() function. In java agent the code works, but in LS2J the function returns null value.
Subject: You’re getting a null back from Java?
Subject: Next thread …
Hallo David, I created a new threat to this problem:
Your help will be really very appreciated. Thanks.