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 -

javascript - How to bind ViewModel Store to View? -

javascript - Solution fails to pass one test with large inputs? -