How to fix it class not found exception in domino designer?
问题 here is my code when I trigger it it shows an error Dim jSession As New JavaSession Dim jClass As JavaClass Dim jObject As JavaObject Set jClass = jSession.Getclass("learn/MyClass") Set jObject = jClass.CreateObject Call jObject.myMethod() The error is : Ls2j error : Threw java.lang class not found exeption I have tried everything which I found on internet but error is still there with package name without package name class path or loaction but somehow its not finding the class kindly help