强大的class类反编译工具——DJ Java Decompiler

这里不介绍DJ Java Decompiler的强大,网上一搜一大片,在这里只收集这个工具使用过程中的问题。

 

1、反编译后的一些非注释的中文内容(如System.out.println)是UNCODE码,肉眼看不懂

 

解决方法:settings--decompiler settings,在弹出的界面中把convert unicode strings into ANSI strings打上勾,然后点OK就可以了。

 

2、明明有文件,但是提示”File access error,or file not exists.Check all and try again!“

 

原因:文件路径中有中文,注意即可。

 

你可能感兴趣的:(java,Access)