You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My application is using application.properties file with values generated during build by Gradle. After executing nativeimage the resources are not attached(?) hence the application crashes.
What happened?
My application is using
application.properties
file with values generated during build by Gradle. After executingnativeimage
the resources are not attached(?) hence the application crashes.I have tried something like this:
as well, as regex:
I followed this instructions:
https://github.com/oracle/graal/blob/master/substratevm/Resources.md
And here the way I load resources:
And exception I'm getting when executing the native image:
What did you want to happen?
Clarify how to use
application.properties
with native image.The text was updated successfully, but these errors were encountered: