Re: ClassLoader::getResource

2015-12-05 Thread Michael Hall
> However there is a change to the ClassLoader.getResourceXXX methods. Mark has > summarized the current state of affairs here: > > http://mail.openjdk.java.net/pipermail/jpms-spec-experts/2015-October/000163.html > >

Re: ClassLoader::getResource

2015-12-05 Thread Michael Hall
> On Dec 5, 2015, at 11:23 AM, Alan Bateman > wrote: > > Mark has summarized the current state of affairs here: Will take a look. Thanks. Michael Hall

Re: ClassLoader::getResource

2015-12-05 Thread Alan Bateman
On 05/12/2015 17:08, Michael Hall wrote: Curious, I had code for checking to see where something was at… public static void main(String[] args) { try { // java.net.URL jrt = new java.net.URL("jrt:/java.base/"); ClassLoader cl = new java.net.URLClassLoader(modules); System.out.println(cl.getR