awslabs / aws-crt-java

Java bindings for the AWS Common Runtime

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Native image support

timmattison opened this issue · comments

The AWS CRT is lacking the information to build a native executable with the native image compiler. I have added the necessary jni-config.json and resource-config.json to fix this in #464.

With this change we will be able to build native executables from Java code when someone references the AWS CRT for Java.