My application uses many such packages which are not inborn sun packages and need to download and configure them for application to import properly.
like import org.apache.commons.lang.StringUtils;
or like import org.apache.log4j.Logger;
etc. and also the java advanced packages like group of javax 's packages, I dont wanna to download the entire jdk for this and reconfigure it again,just the javax packages for it?
I got downloaded the rg.apache.log4j.Logger in zip file but not getting how to configure it for use.
Any help will be apreciated.
Regards,
pritam m