Skip to main content
19-Tanzanite
March 3, 2018
Question

How to add a custom file to a Java Extension?

  • March 3, 2018
  • 0 replies
  • 1056 views

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,