Results 1 to 5 of 5
- 02-19-2013, 05:46 AM #1
Senior Member
- Join Date
- Jan 2011
- Location
- Rizal Province, Philippiines
- Posts
- 167
- Rep Power
- 0
- 02-19-2013, 09:24 AM #2
Moderator
- Join Date
- Apr 2009
- Posts
- 10,484
- Rep Power
- 16
Re: How to edit my property file inside the jar
You can't write to a resource in a jar file.
They're read only.Please do not ask for code as refusal often offends.
- 02-19-2013, 03:21 PM #3
Senior Member
- Join Date
- Jan 2013
- Location
- United States
- Posts
- 896
- Rep Power
- 1
Re: How to edit my property file inside the jar
I have not written any code to manipulate Jar files but a jar file is initially created by some application. That would imply that someone could basically open a jar file, read and modify the contents and create a new jar file in its place. Does the Java JAR API offer such a capability?
Regards,
JimThe Java™ Tutorial
YAT -- Yet Another Typo
- 02-19-2013, 04:20 PM #4
Moderator
- Join Date
- Apr 2009
- Posts
- 10,484
- Rep Power
- 16
Re: How to edit my property file inside the jar
Yes, you could recreate a jar file, but that would not be the jar file you were currently executing.
Please do not ask for code as refusal often offends.
- 02-19-2013, 04:36 PM #5
Senior Member
- Join Date
- Jan 2013
- Location
- United States
- Posts
- 896
- Rep Power
- 1
Re: How to edit my property file inside the jar
Ah, I didn't understand what he was asking for.
JimThe Java™ Tutorial
YAT -- Yet Another Typo
Similar Threads
-
Why i cant edit my jsp file?
By gyijhbk in forum JavaServer Pages (JSP) and JSTLReplies: 1Last Post: 06-29-2012, 09:27 AM -
Dynamic loading property File from JAR file
By basfot in forum New To JavaReplies: 6Last Post: 02-27-2012, 04:24 PM -
Best choice? Edit bytecode (asm) or edit java file before compiling
By tgoossens in forum Advanced JavaReplies: 2Last Post: 02-22-2012, 10:09 AM -
Property File
By Peter in forum JDBCReplies: 2Last Post: 07-04-2007, 03:48 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks