Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within I/O and Streams
Search Coderanch
Advance search
Google search
Register / Login
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Tim Cooke
Liutauras Vilda
Jeanne Boyarsky
paul wheaton
Sheriffs:
Ron McLeod
Devaka Cooray
Henry Wong
Saloon Keepers:
Tim Holloway
Stephan van Hulst
Carey Brown
Tim Moores
Mikalai Zaikin
Bartenders:
Frits Walraven
Forum:
I/O and Streams
Updating a xml file inside a jar file
Sivakumar Nachimuthu
Ranch Hand
Posts: 52
posted 19 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Hi ,
Iam able to read a xml file which is in a jar .I want to modify that xml file.
Can we do that?
Joe Ess
Bartender
Posts: 9626
16
I like...
posted 19 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Extract the JAR, change the file, rebuild the JAR.
There's a package,
java.util.jar
, which has classes for dealing with JAR's.
[
How To Ask Questions On JavaRanch
]
bacon. tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
Read from Jar
How do I list the content of a file that is packed inside a jar file?
Parse XML file that is in a JAR file
Apache Ant help
Adding lib jar files for a project in WSAD
More...