1)I have jar file named abc.jar.
2) There is a class file def.class inside abc.jar which has main method and I want to run this class. This class is under package gog.com.custom
3) This class refers a property file xyz.properties which is outside this abc.jar
How can I run def.class along with xyz.properties from command line ?