Question
How to add a custom file to a Java Extension?
Hi all,
I'm building an extension and I need to add a binary file to the extension content. I'll use that file in a method inside the extension. Question is, how can I add that since it's not a jar resource, but a simple blob?
Thanks,

