Native executable incorrectly yields /home/quarkus
for System.getProperty("user.home")
#22772
-
I have a native executable created by Quarkus, I have placed this native executable in a Docker image and I have a bit of code that uses Is that just baked in and hard-code as part of making the image, can I change this somehow or preserve the normal lookup? Here's the output (yes, this is running as root :-))
Same things happens on |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
How are you getting the value ? don't request it in a static block. |
Beta Was this translation helpful? Give feedback.
How are you getting the value ? don't request it in a static block.