简体   繁体   中英

convert .class file/s to .java file/s of .jar file

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.

使用像这样的Java反编译器。

Adding to the previous answers: recently, a new wave of decompilers is coming, namely Procyon, CFR, JD, Fernflower

Here's a list of decompilers as of 2015:

  • Procyon
  • CFR
  • JD
  • Fernflower

You may test above mention decompilers online, no installation required and make your own educated choice. Modern java decompilers in the cloud: http://www.javadecompilers.com/

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM