August 23Aug 23 Hello,I am working with an older version of ScriptMaster that is compatible with FileMaker 10/11, and for the first time, I’m encountering an error.org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed:General error during class generation: Class file too large!How can I work around it, please? Edited August 24Aug 24 by ericire
August 24Aug 24 This can happen for very long methods; if you've got one very large method try splitting it into smaller ones. If you don't, put it into the ScriptMaster.fmp12 file and send us that file so we can reproduce it.
August 24Aug 24 Author Hello,I did indeed succeed by splitting the single class into several classes.Thank you.
August 24Aug 24 Excellent! Thanks for letting me know, I'll keep that in mind for the next person who has that issue.
Create an account or sign in to comment