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
Post a Comment