• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Locating Log4j.properties in Eclipse 3.2?

 
Ranch Hand
Posts: 511
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello there,

I created a lib dir in my project and placed the log4j.jar there...

Under my src dir, I placed my log4j.properties file and when I run my app, I get the following runtime errors in Eclipse's Console:



This is my program:



Question(s):

1. How do I set up Eclipse to locate my log4j.properties file?

I found this URL, but it seems outdated for Eclipse 3.2?

2. Is there a good plug-in for Eclipse that everybody uses that helps with Log4j?

3. I thought there was built-in support for log4j in Eclipse (kind of like how JUnit comes built-in with Eclipse)?

Happy programming,
[ June 02, 2007: Message edited by: Unnsse Khan ]
reply
    Bookmark Topic Watch Topic
  • New Topic