Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[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
 


Back to the top