« Return to Thread: change default.properties in jar

Re: change default.properties in jar

by Janne Jalkanen :: Rate this Message:

Reply to Author | View in Thread


Yeah, you just need to make sure the resource is found first. For  
example, you could package the default.properties into  
aaa_myproperties.jar,
and that would be found first in the classpath.

/Janne

On 19 May 2009, at 21:10, Louis.Masters@... wrote:

> If I want to change a piece of text in the default.properties file  
> in the
> JSPWiki.jar, how would I go about doing that?  Can I override it  
> somehow,
> or should I go the unjar-change-jar route?
>
> Thanks,
> Lou

 « Return to Thread: change default.properties in jar