‎07-07-2020 01:01 PM
Hello ,
I am trying to call Java Method from Mega using Java Macro .
I have created the Macro as per the steps given in the Documentation "All About starting the API's"
Macro Code used
Dim oRoot
oRoot = MegaRoot
oRoot.CurrentEnviroment.GetMacro("TestClass").test
It is throwing error stating that Object doesn't support this property oRoot.CurrentEnvironment.GetMacro('..').test
Could some one please help me with the current Syntax .