On 02/02/2011 09:40, henry human wrote:
> Hi I get the following error when I try to call a smal java application(hello
> friends!) which i placed in a jar file. the application has the log4j.jar in
> its lib directory (and classpath) and calls the log4j.logger like this:
> private static final L
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Chuck,
On 2/2/2011 8:44 AM, Caldarale, Charles R wrote:
>> From: henry human [mailto:henry_hu...@yahoo.de]
>> Subject: Get the following error: NoClassDefFoundError:
>> org/apache/log4j/Logger
>
>> I get the following
> From: henry human [mailto:henry_hu...@yahoo.de]
> Subject: Get the following error: NoClassDefFoundError:
> org/apache/log4j/Logger
> I get the following error when I try to call a smal java
> application(hello friends!) which i placed in a jar file.
> the application ha
Hi I get the following error when I try to call a smal java application(hello
friends!) which i placed in a jar file. the application has the log4j.jar in
its lib directory (and classpath) and calls the log4j.logger like this:
private static final Logger LOGGER = Logger.getLogger(Hello.class);
It