How to Fix error ls2j : threw java.lang class not found exception in lotus script?

青春壹個敷衍的年華 提交于 2020-04-30 09:27:17

问题


here is my code

Dim jSession As JAVASESSION
Dim jClass As JAVACLASS
Dim jObject As JavaObject

Set jSession = New JAVASESSION()
Set jClass = jSession.Getclass("JavaAgentReporter")

Set jObject = jClass.CreateObject
Call jObject.myMethod()     

and I am invoking this onClick of ana action button

来源:https://stackoverflow.com/questions/61437425/how-to-fix-error-ls2j-threw-java-lang-class-not-found-exception-in-lotus-scrip

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!