I need to load a resource relative to a package, c...
# announcements
i
I need to load a resource relative to a package, currently I have go through a class in the package, like
A::class.java.getResource("...")
. Is there a way to access the package class, so I don't have to reference some arbitrary class in the package?