I just export my java project to executable jar. I have somehow made my project work to access value from DB (hibernate.cfg.xml), config.properties, and log4j.properties & editable for future...
I want to put hibernate.cf.xml, config.properties and log4j.properties in the outside of jar and place them somewhere in other directory...
when I run my jarjava -cp coreservice.jar;/mon/properties id.co.bni.coreservice.controller.CoreServiceController
I got this errorCould not find or load main class
Any help will be pleasure ~