2010/12/14 ராஜ பாண்டி <[email protected]>: > Thank you for your solution friend. My another need is i manually > installed java. Now i want to use Jpcap library with java installed > through apt-get, not with java which i manually installed. If i want > to use Jpcap library with java installed through apt-get, where i have > to place those libraries.
You have not mentioned which distro you are using. So if you are using redhat based distro then the following will show from where it has got the package rpm -qi <package name> where you will see packager info from which you can conclude where you got the file from. Two things that i noticed First you say apt-get, so it must be some kind of debian based distro. But i am not familiar with dpkg, so please search engine to find out equivalent of rpm -qi in dpkg Second you have mentioned you installed from the bin file. Not deb.bin or rpm.bin file. So whatever dpkg reports will be your distro 's java and other one is from sun. To find out the files you have got from distro packager i will do the folllowing in redhat based distro. Please find the equivalent in dpkg rpm -ql <package name> so does that answer your queries ? HTH --ashwin _______________________________________________ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
