aspose file tools
The moose likes Java in General and the fly likes Changing properties file in a jar... Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "Changing properties file in a jar..." Watch "Changing properties file in a jar..." New topic
Author

Changing properties file in a jar...

Barry Brashear
Ranch Hand

Joined: Jun 05, 2001
Posts: 303
I have a jar file that includes a properties file that I want to change.
How can I change properites file and then include back in the jar file?
Paul Clapham
Bartender

Joined: Oct 14, 2005
Posts: 16483
    
    2

1. Extract all of the files from the jar.

2. Change the properties file.

3. Put all of the files back into a new version of the jar.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Changing properties file in a jar...
 
Similar Threads
Accessing Property-File outside of Jar?
Jar a project with property files in it external to jar
Specify superclass for Java Objects generated from XSD using castor
Reading properits file from an ejb
javax.comm