Include JAR files in Javascript

Not applicable

Hi,

I want to execute some Java code in my Apigee proxy. Since we are not using the paid plan, JavaCallout policy is not present as a policy. In order to achieve similar effect, I have uploaded the required JARS into the proxy. I would want these JARS to be available in the proxy for further processing. How can I do that?

0 3 2,695
3 REPLIES 3

Not applicable

You're right. At the moment, Java Callout Policies are not exposed through the UI on free orgs. Therefore, it is recommended to leverage either JavaScript Policies or Node.js Targets to implement the same functionality.

@Diego Zuluaga Is there anyway I can make use of .jars in Javascript policy??

Unfortunately. No. Node.js on for private cloud has some capabilities for jar loading though.