Author |
What program is used to edit or modify JAR files? |
dennevhyn_31 Joined: Jul 22, 2008 Posts: > 500 From: Laguna, Philippines PM, WWW
|
What are the programs that I can use to edit or modify JAR files? Thanks in advance guys!  |
|
Mike2 Joined: Feb 04, 2005 Posts: 322 From: Thessaloniki, Greece PM, WWW
|
Any archive program that can open zips  |
dennevhyn_31 Joined: Jul 22, 2008 Posts: > 500 From: Laguna, Philippines PM, WWW
|
Really? How about WinRAR? Thanks for your response!  |
dennevhyn_31 Joined: Jul 22, 2008 Posts: > 500 From: Laguna, Philippines PM, WWW
|
Hey guys! I need ur responses. What software can i use to modify jar files especially the codings. |
yea g Joined: Jul 02, 2008 Posts: > 500 From: New Zealand PM, WWW
|
jar's are compressed archives, winrar and some other programs can extract them
|
Raiderski Joined: Jul 03, 2006 Posts: > 500 From: Poland, Hell, Mountains PM, WWW
|
you cannot edit code just like that, explain what exactly you want to edit. is this text (in-game dialogs) or something else?
|
dennevhyn_31 Joined: Jul 22, 2008 Posts: > 500 From: Laguna, Philippines PM, WWW
|
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. |
kamal4techtalk Joined: Sep 11, 2008 Posts: 34 PM |
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 . |
dennevhyn_31 Joined: Jul 22, 2008 Posts: > 500 From: Laguna, Philippines PM, WWW
|
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. |
Raiderski Joined: Jul 03, 2006 Posts: > 500 From: Poland, Hell, Mountains PM, WWW
|
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 ] |
strizlow800 Joined: Aug 23, 2006 Posts: > 500 From: Macedonia, Skopje PM |
Java development kit? Maybe? Not 100% sure. You can extract the .jar file with WinRAR and then use some java development software to edit it. Then you can put the file back in the "archive" the .jar file opnened with WinRAR.
|
dennevhyn_31 Joined: Jul 22, 2008 Posts: > 500 From: Laguna, Philippines PM, WWW
|
there are some people who were able to edit jar files but i really don't know what did they use. some of the things that i wanna modify are:
first: the name of the application after installing the jar file
second: the network settings of an application so that i can use that specific application for free without being charged by our network provider
i know how to do that but i don't know what editor will i use. |
dennevhyn_31 Joined: Jul 22, 2008 Posts: > 500 From: Laguna, Philippines PM, WWW
|
everytime i extract a jar file, it shows me the class files and also the icon of the application to be installed. everytime i try to open a class file in notepad, it shows me special characters. i want to know how to access the source codes by decompling it. |
kamal4techtalk Joined: Sep 11, 2008 Posts: 34 PM |
The source codes are always special charecters,and each charecter has special meaning or value .
Its very different from normal java and c language .
One needs to have knowledge of java (j2me) programming in order to modify the source codes. |
dennevhyn_31 Joined: Jul 22, 2008 Posts: > 500 From: Laguna, Philippines PM, WWW
|
On 2008-09-22 08:06:00, kamal4techtalk wrote:
The source codes are always special charecters,and each charecter has special meaning or value .
Its very different from normal java and c language .
One needs to have knowledge of java (j2me) programming in order to modify the source codes.
i have a good knowledge on java, c++, vb6, pascal, php, etc. programming. but how will i edit or modify the source code if it's showing me special characters like ◙żUs§£P. |
|