jar包中中文注释乱码

其实这个eclipse默认编码造成的问题。可以通过以下方法解决:


修改Eclipse中文本文件的默认编码:windows->Preferences->general->Workspace->Text file encoding设置为UTF-8


修改JAVA源文件的默认编码:windows->Preferences->general->Content Types->右侧Context Types树,点开Text,选择Java Source File,在下面的Default encoding输入框中输入UTF-8,点Update;


重启eclipse,ok

你可能感兴趣的:(jar包中中文注释乱码)