Help Center/ FunctionGraph/ Developer Guide/ Java/ Creating a Dependency for a Java Function
Updated on 2025-12-10 GMT+08:00

Creating a Dependency for a Java Function

Constraints

If the modules to be installed need dependencies such as .dll, .so, and .a, archive them to a .zip package.

Dependency Creation Description

When you develop a function using Java, dependencies need to be compiled locally, compressed into a ZIP file, and uploaded through the ZIP file.

For details about how to create and add a dependency to a Java function, see Developing Functions in Java (Using IDEA to Create a Java Project).