function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
manzarmanzar 

How to Use the external jar file in apex class

Hi Experts,

I want to use some external jar file in the apex class as we can use it
in the java classes.
Is there any method to use these external jar files to adopt there functionality
into my apex class???
"ANY CODE EXAMPLE"

Looking for experts kind attention
David VPDavid VP
You can not include java libraries in Apex code.


What kind of library is it and what do you need it for ?


-David
ZlorfikZlorfik
This is an old question but I still don't see any option to do so :( I need a library to generate Interleaved 2 of 5 bar codes as images and upload them to SF.