classpath - Java my own .jar/.dll storage -


i want create own single folder contains .dlls, .jars, resources.

we have lot of self-services, idea after downloading repo, projects should work correct without "human being" help..

so how can add java`s searching directory .dll/.jar files (default ../lib/ext , ../bin)?

can create folder "resources" , keep files in it. can set jars in class path. class path entry below:

<classpathentry kind="lib" path="resources/*.jar"/> 

check in resources repository, whenever check out code resources , class path become valid.

if have ivy, try it. no need keep jar files code. (ignore if don't have.)


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -

php - Accessing static methods using newly created $obj or using class Name -