how to debug java mail

Posted by voipp on Stack Overflow See other posts from Stack Overflow or by voipp
Published on 2013-10-21T09:51:30Z Indexed on 2013/10/21 9:53 UTC
Read the original article Hit count: 245

Filed under:
|

My goal is to debug my programm, that uses java mail library(including javax.mail and com.sun.mail). So i decided first to download java mail sources and compile it with option -g. I go to the java mail sources and binaries , downloaded them.

Somehow sources store in jar but not just zip. Ok. Then i decided to decompile jar into zip with JAD plugin in eclipse. After decompiling i receive empty directory. I downloaded jad.exe and run it , but it throwed a message : JavaClassFileParseException: Not a class file. It says it decompiles only classes, but what about jars? Is it so hard just store sources in fu** zip ???!!!!

© Stack Overflow or respective owner

Related posts about java

Related posts about decompiler