<div dir="ltr">Hi DM<div><br></div><div>The link seems broken. Is this related to our use of classloaders? I still think we shouldn&#39;t be using classloaders. Usually, one introduces classloaders to isolate parts of the application from other parts. For example Tomcat isolates different webapps from each other, but each webapp has access to the parent classloader. Or for example, within a webapp, Spring might isolate various components such as the servlets from the services declared.</div>
<div><br></div><div style>What stops us from doing something like:</div><div style><br></div><div style>Resource r = readFileFromJSwordHomes();</div><div style>if(r == null) {</div><div style> r = readFileFromClassPath();<br>
}</div><div style><br></div><div style>This seems much simpler. And even if it is unrelated to the bug you mention above, would reduce the complexity in JSword further. </div><div><br></div><div style>Chris</div><div style>
<br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On 27 February 2013 11:57, 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">There&#39;s a bug in Java WebStart that is rendering BibleDesktop unusable. The symptom is that it won&#39;t show any module content, but puts up an error message.<br>

<br>
This started with Java 6 update 23 and is still a bug with the latest Java 7.<br>
<br>
You can read about the bug here: <a href="https://forums.oracle.com/forums/thread.jspa?messageID=10786421" target="_blank">https://forums.oracle.com/forums/thread.jspa?messageID=10786421</a><br>
<br>
I&#39;ll be removing the WebStart links until this is fixed.<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>