scalameta / sbt-native-image

Plugin to generate native-image binaries with sbt
248 stars 22 forks source link

Update readme #35

Closed i10416 closed 2 years ago

i10416 commented 2 years ago

When app or its dependency use JNI, running native image fails if nativeImageOptions += s"-H:ConfigurationFileDirectories=${target.value / "native-image-configs" }" is not set or nativeImageRunAgent is not executed.

i10416 commented 2 years ago

@olafurpg Sorry for late reply.

Can we add these changes to the dedicated nativeImageRunAgent section

Done.