Re: Loading resources from another module

2017-01-21 Thread Alan Bateman
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

Loading resources from another module

2017-01-21 Thread Sander Mak
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