Re: Generating Extended Loggers command fails with NoClassDefFoundError

2016-12-16 Thread sbirada...@gmail.com
It was missing the api jar, and I got it working now. Thanks! On 2016-12-16 03:43 (-0500), "[email protected]" wrote: > Its on the path, and btw am running from the -bin folder, and the command is > same as whats gien an example on the webpage, v2.7, and I'm running on

Re: Generating Extended Loggers command fails with NoClassDefFoundError

2016-12-16 Thread sbirada...@gmail.com
in with both the api and the core jars in > the classpath. > > Remko > > Sent from my iPhone > > > On 16 Dec 2016, at 3:16, Gary Gregory wrote: > > > > The api or core jar on the classpath? > > > > Gary > > > > On Dec 15, 2016 8:59

Generating Extended Loggers command fails with NoClassDefFoundError

2016-12-15 Thread sbirada...@gmail.com
Hi, I tried to create an extended logger with the command provided at the below page, but it failed with - Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/logging/log4j/util/Strings URL - http://logging.apache.org/log4j/2.0/manual/customloglevels.html#CustomLoggers Am I