A friendly place for programming greenhorns!
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
Author
Changing properties file in a jar...
Barry Brashear
Ranch Hand
Joined: Jun 05, 2001
Posts: 303
posted
Mar 09, 2007 13:37:00
0
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
I like...
posted
Mar 09, 2007 13:50:00
0
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
All times are in JavaRanch time: GMT-6 in summer, GMT-7 in winter