something changed and I have no idea what. I was u...
# announcements
e
something changed and I have no idea what. I was used to read a resource with
ClassLoader.getSystemResourceAsStream(filename)
, but now it returns
null
.
Paths.get(".")
shows it's the right location. What can be wrong? (ps: function is top level)