java 如何将java类转换为java文件?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/12266332/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
How do I convert a java class into a java file?
提问by user1633823
Is there any software to convert a java class into a java file? I know decomplier is there but I was looking for software to convert a java class into a java file.
有没有什么软件可以把java类转换成java文件?我知道有反编译器,但我一直在寻找将 java 类转换为 java 文件的软件。
回答by lbalazscs
A decompiler is a software that converts class files into java files :) See the following questions:
反编译器是一个将class文件转换成java文件的软件:)见以下问题:
How do I "decompile" Java class files?
回答by Mohsin
Probably you can use - http://www.showmycode.com/It is a free online decoder / decompiler.
也许你可以使用 - http://www.showmycode.com/这是一个免费的在线解码器/反编译器。