Relative Content

Tag Archive for dockernativequarkusquarkus-native

How to include .png files in Quarkus build

I have .png files in src/main/resources that I want to access on my deployed Quarkus app, but when I use Thread.currentThread().getContextClassLoader().getResource(“image.png”) it points me to the jar file.