Serhii V

Results 2 comments of Serhii V

FWIW, I managed to get it working by explicitly specifying a jre image name to use as a base ```kotlin jib { from { image = "eclipse-temurin:21-jre" } } ```

@fannkadhedia027 try running .exe directly. I had the same problem after I had freshly installed win11. Also running .exe directly (via explorer) resulted `0xc000007b` error. The fix for me was:...