Sony Ericsson / Sony : Software, Firmware and Drivers : What program is used to edit or modify JAR files?
>
New Topic
>
Reply<
Esato Forum Index
>
Sony Ericsson / Sony >
Software, Firmware and Drivers
> What program is used to edit or modify JAR files?
Bookmark topic
dennevhyn_31 Posts: > 500
What are the programs that I can use to edit or modify JAR files? Thanks in advance guys!
--
Posted: 2008-09-12 08:51:29
Edit :
Quote
Any archive program that can open zips
--
Posted: 2008-09-12 10:18:17
Edit :
Quote
dennevhyn_31 Posts: > 500
Really? How about WinRAR? Thanks for your response!
--
Posted: 2008-09-12 10:45:35
Edit :
Quote
dennevhyn_31 Posts: > 500
Hey guys! I need ur responses. What software can i use to modify jar files especially the codings.
--
Posted: 2008-09-20 06:42:00
Edit :
Quote
jar's are compressed archives, winrar and some other programs can extract them
--
Posted: 2008-09-20 09:38:29
Edit :
Quote
you cannot edit code just like that, explain what exactly you want to edit. is this text (in-game dialogs) or something else?
--
Posted: 2008-09-20 09:53:14
Edit :
Quote
dennevhyn_31 Posts: > 500
i'll edit the network settings of some web browsers. i'm going to edit as well the name of the application after installing it.
--
Posted: 2008-09-20 17:58:12
Edit :
Quote
I refer to open the jar file in a notepad or any text editor.
To change the code of the app u will need to be a proffesional software guy .but still then u can modify some of the features .I also refer you to open the .jad file in notepad for more info .
--
Posted: 2008-09-20 18:53:00
Edit :
Quote
dennevhyn_31 Posts: > 500
i can modify the source code because i have a good background in c++ and java programming. i'm just not only familiar with jar and jad files and that's the reason why i'm asking what editor can i use to edit it.
--
Posted: 2008-09-20 22:26:30
Edit :
Quote
JAR is nothing more than zip archive. use any extractor to get access to all files inside archive. to decompile code use this tool:
http://www.kpdus.com/jad.html. remember that code might be obfuscated, so your code won't be nice, it will be very ugly but still possible to reverse or edit and ready for next compilation (if decompiled without problems)
[ This Message was edited by: Raiderski on 2008-09-20 21:48 ]
--
Posted: 2008-09-20 22:48:29
Edit :
Quote
New Topic
Reply