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

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-10-31 08:15:15  来源:igfitidea点击:

How do I convert a java class into a java file?

javadecompiling

提问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?

如何“反编译”Java 类文件?

Where can I find a Java decompiler?

我在哪里可以找到 Java 反编译器?

回答by Mohsin

Probably you can use - http://www.showmycode.com/It is a free online decoder / decompiler.

也许你可以使用 - http://www.showmycode.com/这是一个免费的在线解码器/反编译器。