Hey JavaGurus,
Ive packaged my POJO application in a JAR file together with its third party libraries such as Log4j.
The structure of the executable jar file is as follows:
The issue Im having is that when I execute
I get the following error:
Seems as if Pojo.java cannot find my log4j.jar files.
So the question is:
How do I set the classpath to refer to a library jar file (log4j.jar) that is contained in another jar file?
Thanks in advance!
Kind regards