This is Argyn's blog. I comment on topics of my interests such as software, math, finance, and music. Also, I write about local events in Northern Virginia, USA and all things related to Kazakhstan

Friday, September 24, 2004

Log4j + jUnit issue

When I put
BasicConfigurator.configure();
in setUp() method, then try to instanciate Log, it throws an exception. Solution is to add: -Dlog4j.ignoreTCL=true to JVM props. It worked for me with IDEA.

No comments: