I'm trying to get the value of the line JavaUserClassesExt in the notes.ini. I'm using Notes 6.5.3, but post it also in this forum since it's more active.
I've already tried the following combinations. None of them work. Retrieving another variable from the notes.ini works without any problem.
javaUserClasses=s.Getenvironmentvalue("JavaUserClassesExt", True)
Print "javaUserClasses TRUE= " + javaUserClasses
javaUserClasses=s.Getenvironmentvalue("JavaUserClassesExt", False)
Print "javaUserClasses FALSE= " + javaUserClasses
Both return an empty string