Where should I store 3rd party jar (Java archive) files?

Posted by Martijn on Ask Ubuntu See other posts from Ask Ubuntu or by Martijn
Published on 2011-02-13T14:51:11Z Indexed on 2011/02/13 15:33 UTC
Read the original article Hit count: 262

Filed under:
|
|
|
|

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 convention in /usr/share/java of making a symlink with the package name to the specific version of the jar, and follow the permissions as used there?

© Ask Ubuntu or respective owner

Related posts about permissions

Related posts about software