I downloaded apache-log4j-1.2.16.zip unziped . renamed it as LOG4J_HOME and placed it in /home/appnetix folder which is my folder. Now I'm setting the classpath using terminal by the following command :-
[appnetix@Sanjeev ~]$ set classpath=%path%;LOG4J_HOME/log4j-1.2.16.jar; & I got this bash: LOG4J_HOME/log4j-1.2.16.jar: Permission denied
I tried this one :- [appnetix@Sanjeev ~]$ set classpath=%path%;//home/appnetix/LOG4J_HOME/log4j-1.2.16.jar; & I got this bash: //home/appnetix/LOG4J_HOME/log4j-1.2.16.jar: Permission denied
I know I'm doing somthing wrong . Well actually I'm new in Linux (one month) ... Please help me..
You can send me the solutions / sugesstions on [email protected]
Thanks in Advance.