I have a WAR project which uses 'org.reflections' JAR, and it throws this error:
org.reflections.Reflections - could not create Vfs.Dir from url. ignoring the exception and continuing.
This only happens with this WAR, I have others that work perfectly.
The weird thing is that I downloaded Reflections project from google repository, and if I add it to my WAR build path as a project instead of adding the JAR, it works fine. The JAR is exported from this project so the version is the same.
Any ideas? I thought there may be some credential issues with the JAR, but as in other WAR is working, that is no option.
I'm using eclipse Kepler 64 bits.
Thank you! Regards.