On 21/01/2017 19:18, Sander Mak wrote:
I have module A trying to read a resource in module B. The resource is in
module B under 'pkg/resource.txt' and if I understood [1] correctly should be
encapsulated by default. There are no opens/exports statements in module B's
module-info. Module A tri
I have module A trying to read a resource in module B. The resource is in
module B under 'pkg/resource.txt' and if I understood [1] correctly should be
encapsulated by default. There are no opens/exports statements in module B's
module-info. Module A tries to load 'pkg/resource.txt (after obtain