aspose file tools
The moose likes Beginning Java and the fly likes where to put the log4j jar file into jdk Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "where to put the log4j jar file into jdk" Watch "where to put the log4j jar file into jdk" New topic
Author

where to put the log4j jar file into jdk

Anil Verghese
Ranch Hand

Joined: Oct 11, 2006
Posts: 155
Hi!
i am going to use log4j for stand alone application.for that i need to set the log4j jar files for accessing the methods like Logger.
where i need to put these jar files into jdk folder?..
Thanks
Bill Cruise
Ranch Hand

Joined: Jun 01, 2007
Posts: 148
It just needs to be somewhere in your CLASSPATH. Here's a good article on configuring and using log4j.
Sagar Rohankar
Ranch Hand

Joined: Feb 19, 2008
Posts: 2896
    
    1

What ll happen , if we put it into CLASSPATH ??


[LEARNING bLOG] | [Freelance Web Designer] | [and "Rohan" is part of my surname]
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: where to put the log4j jar file into jdk
 
Similar Threads
compatible jar for jboss-6.0.0.M3
"NoClassDefFound Error" deploying EAR file
package jar question
Third party libraries and WSAD 5.1.0
How to include jars in command line classpath?