How to decompile, edit and recompile a single class file from a j2me .jar application?

First you have to extract the files from the jar with a zip tool.

Up vote 0 down vote favorite share g+ share fb share tw.

The . Jar(mobile) application contains many class files I want to decompile a single class fiele from it, edit it and Recompile it. Which software will help in recompiling a single class file independently?

Java-me link|improve this question edited Jan 9 at 10:28gnat3,0494714 asked Jan 9 at 10:06sabin149.

First you have to extract the files from the jar with a zip tool. Then, as pointed by gnat, you can use a Java Decompiler as: Java Decompiler JAD Then, you modify the . Java and recompile it.

Finally you can use JAR tool to create a new jar, or even use a zip tool to replace the . Class file in the original jar. Note that if the jar was signed in the first place, you have to make it from scratch and sign it.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions