Re: [sword-app-tech] Demo client NoClassDefFoundError PropertyConfigurator

2012-04-19 Thread Joke Pol
The zip file comes with a log4j-1.2.15.jar which does contain an /org/apache/log4j/PropertyConfigurator.class I did try various ways: java -classpath ".;log4j-1.2.15.jar;." -jar sword-common-1.1.jar java -classpath "log4j-1.2.15.jar;." -jar sword-common-1.1.jar java -classpath ".;log4j

Re: [sword-app-tech] Demo client NoClassDefFoundError PropertyConfigurator

2012-04-17 Thread LEWIS Stuart
Hi Joke, The stack trace suggests that you need to add the log4j logging library jar file to your classpath. http://logging.apache.org/log4j/1.2/download.html Thanks, Stuart From: Joke Pol [mailto:joke@dans.knaw.nl] Sent: 17 April 2012 12:36 To: sword-app-tech@lists.sourceforge.net Subj