want to add 52 jars to run java code?

Hey,

I want to run a java code in apigee which has 52 jar dependencies but that much jars are not allowed in apigee. Can someone suggest me an answer to solve the issue?

0 2 98
2 REPLIES 2

Maven dependencies are in Jars.

With that many dependencies, my advice is: Don't do that!

Intead, Package your Java code as a separate server, host it in Google App Engine or other appropriate system. Then call out to that service via HTTP.

by the way, What exactly does the Java code do? What are you trying to accomplish?