Newbies samfdenver Posted August 4, 2011 Newbies Posted August 4, 2011 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
Todd Geist Posted September 6, 2011 Posted September 6, 2011 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now