You need to sign in to do that
Don't have an account?

Adding external JAR files into salefroce
I want to add external JAR files into salesforce to do API call, unfortunately they do not have WSDL.
Thanks,
Mallik
Thanks,
Mallik
You need to sign in to do that
Don't have an account?
You can upload your file as static resource
Refer to the below link for creating the same.
https://www.salesforce.com/docs/developer/pages/Content/pages_resources_create.htm
Remember you can refer them in Visualforce.
I am not aware of any method in apex where you can use them.
To access them in visualforce page you can refer them as follows
https://www.salesforce.com/docs/developer/pages/Content/pages_resources_reference.htm
Donot forget to select best answer to make our efforts visible in the developer forum.
Please mark this as solution by selecting it as best answer if this solves your problem, So that if anyone has this issue this post can help