문제

I have lost my sources but I have my executable .jar file. I want to apply JAD to it. What options to use to start UI with all source tree of .jar file?

도움이 되었습니까?

해결책

I'd recommend Java Decompiler

다른 팁

  1. Download JAD Command..
  2. paste it in your jdk/bin directory.
  3. type in cmd [ jdk/bin> jad -sjava example.claass ]

Link below answers u in detail: http://www.papervisions.com/get-java-source-file-from-class-file-how-to/

JAD has online, in-the-cloud interface now: http://www.javadecompilers.com/

I mostly use Javadecompilers.com to decode my Jar file. The site can also decode android applications (.APK) which, I think, is very good for those who are beginners in android application development since you can learn from source code !. This is not STEALING. It is just "Break the code to see how it was made so that you can learn from it" !

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top