August 4, 201114 yr Newbies I have made a ScriptMaster Advanced (4.124) plugin and when I try and use my complied function from the plugin I get this error: java.lang.RuntimeException: Unable to instantiate compiled ScriptMaster function: pdfItin2( output; orientation ) the exact same function runs perfectly when registered in ScriptMaster, but fails to instantiate when run from my plugin. I've triple checked to make sure I've included all required jars in the plugin. How can I debug this? Mac OS X 10.6.8 Sam Fisher
September 6, 201114 yr Hello, I had the same error. I found the cause In my scenario. It was a package definition in the script. If I got rid of that it worked fine So try getting rid of any package definitions like this package com.<domain>.utils.printer Hope that helps Todd
Create an account or sign in to comment