cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Error When Executing Java Plugin in Mega using Macro

Mounika
MEGA Partner
MEGA Partner

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 .  

0 Replies