I\'m developing a desktop application in java using spring and hibernate. I want to package it as a executable jar but I\'m having problems loading the context configuration XML
Why not use ClasspathXmlApplicationContext and load them using the classpath relative path?