<div dir="ltr">I haven&#39;t come across this one before. I&#39;ve come across an issue in Java 7 where it starts catering for INDEX.LIST files if they are packaged into jar dependencies whereupon it tries to get every dependency in there (the INDEX.LIST is located under META-INF).<div>
<br></div><div style>But if you mean resources as in the ones under src/main/resources which end up on the classpath, I&#39;m not entirely sure why they can&#39;t be found. </div><div style><br></div><div style>Can it be anything to do with this: <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javaws/developersguide/faq.html#s211">http://docs.oracle.com/javase/7/docs/technotes/guides/javaws/developersguide/faq.html#s211</a></div>
<div style><br></div><div style>The javadoc for pickLoader in CwClassLoader is a bit misleading in terms of it saying &quot;returns true ...&quot; but I&#39;m not sure I really understand the logic. But I&#39;m guessing it&#39;s getting the System classloader at some point in the chain, and then you end up not finding your resources?</div>
<div style><br></div><div style>Why are we using our own classloader by the way?</div><div style>Chris</div><div style><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On 19 February 2013 13:25, DM Smith <span dir="ltr">&lt;<a href="mailto:dmsmith@crosswire.org" target="_blank">dmsmith@crosswire.org</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">We&#39;ve always provided a way to run Bible Desktop directly from the web using Java Web Start.<br>
<br>
Now we&#39;re having problems. There&#39;s a change that prevents our code from finding resources. It appears that Java 7&#39;s Web Start is preventing our ClassLoader from loading resources.<br>
<br>
I&#39;d greatly appreciate help finding this.<br>
<br>
I&#39;m thinking it may be a problem in other contexts.<br>
<br>
The exact same code runs from the command line.<br>
<br>
In Him,<br>
        DM<br>
<br>
<br>
<br>
_______________________________________________<br>
jsword-devel mailing list<br>
<a href="mailto:jsword-devel@crosswire.org">jsword-devel@crosswire.org</a><br>
<a href="http://www.crosswire.org/mailman/listinfo/jsword-devel" target="_blank">http://www.crosswire.org/mailman/listinfo/jsword-devel</a><br>
</blockquote></div><br></div>