Good catch with that string.length() - you're right, that was a silly
mistake. --- sorry - im not sure what i was thinking. it was a late night
:)

In any case, the same code with file.exists() fails...  i've validated that
path many ways.

On a broader note: Shouldn't the Configuration class  just throw a
RuntimeException if the file isn't available?    Its very strange to add
all these default resources, which may or may not exist, to a class - then
having to introspect on the class at runtime to see if they actually got
loaded.


On Thu, Jan 17, 2013 at 5:06 AM, Julien Muller <[email protected]>wrote:

> conf.addResource(file.getAbsoluteFile().toURI().toURL());
>




-- 
Jay Vyas
http://jayunit100.blogspot.com

Reply via email to