You can list only jar files or directories as part of the class path. Instead of specifying log4j.properties you should specify the directory in which the properties file is located relative to the executable jar.
Example:
If myjar.jar is in the base directory, log4j.jar in. / Lib / and log4j.properties in. / conf /
The path class entry in myjar.jar as follows
Path class: lib / log4j.jar conf /
source share