Hello All,
Could you please let me know where the java .class files stored?
for example :
If i create one java agent, when i compile the same where the .class file will be created?
Thanks,
Sreedhar
Hello All,
Could you please let me know where the java .class files stored?
for example :
If i create one java agent, when i compile the same where the .class file will be created?
Thanks,
Sreedhar
Subject: Where the Domino Java .class files stored?
I assume in “C:\Program Files\IBM\Lotus\Domino\jvm” path ( in 8.x) may be for other release could be some other folder in Domino directory.
Rishi
Subject: Where the Domino Java .class files stored?
Both the source code and the compiled code are held in $File items on the agent design note (as JAR files %%source%%.jar and %%object%%.jar). Individual files (.java and .class) would be in the appropriate archives.
Subject: RE: Where the Domino Java .class files stored?
Hello Stan,
Thank you very much for the information.
Sreedhar