how can i convert?? .class file to .java file/s to see source code of .jar file (which is mobile app on midp 2.0)
how can i convert ?
|
|
I would suggest using a decompiler such as JAD. However, if the code has been obfuscated, this may not be very useful. |
|||
|