Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jdt-doc-dev] Trouble running exported runnable JAR

PathMatchingResourcePatternResolver is  not one of "our" classes. Please ask further questions in the Eclipse forum/newsgroups. This list is reserved for the development of Eclipse itself.

Dani

From: Les Hartzman <les_hartzman@xxxxxxxxx>
To: "jdt-doc-dev@xxxxxxxxxxx" <jdt-doc-dev@xxxxxxxxxxx>,
Date: 25.08.2012 02:25
Subject: [jdt-doc-dev] Trouble running exported runnable JAR





I'm having a problem running an an exported runnable JAR file. It starts and loads the Spring context XML file, but it then spits out a warning (PathMatchingResourcePatternResolver.java:530) - Cannot search for matching files underneath URL [rsrc:...] because it does not correspond to a directory in the file system. This is followed up with a FileNotFoundException URL [rsrc...] cannot be resolved to absolute file path because it does not reside in the file system: rsrc:...

Now the JAR does run and I get the output I'm expecting, but I'd like to know how to run it without this Warning.

Thanks in advance.

Les

 
_______________________________________________
jdt-doc-dev mailing list
jdt-doc-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/jdt-doc-dev



Back to the top