Where should I store 3rd party jar (Java archive) files?
- by Martijn
Hi folks,
What would be the best place to save jar files of libraries I want to use in a project, that are not in any repositories, and how should I set permissions?
Should I put them in /usr/share/java, or is it better to store them somewhere in my home folder?
What would be the most usefull access rights? Does it make sense to follow the…