java - Native Library and AWS lambda -


i have java code integrated native library. whenever try upload code in aws lambda fails with:

"errortype": "java.lang.unsatisfiedlinkerror"     "java.lang.classloader.loadlibrary(classloader.java:1827)" 

i tried build .so file(as lambda environment ami linux). still same error. tried include .a file(static library) system.load(). still getting same error. missing? not able find library or what? have included file under src/main/resources. system.load(new classpathresource("/test.a").getfile().getabsolutepath()); not seem work me.


Comments

Popular posts from this blog

resizing Telegram inline keyboard -

command line - How can a Python program background itself? -

php - "cURL error 28: Resolving timed out" on Wordpress on Azure App Service on Linux -