Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
jdkのjavapツールを使用して、.classファイルから.javaファイルを再生成できますか?
コマンドを使用javap classsfileしました。データメンバーとメンバー関数の宣言を含む.javaファイルを出力するだけです。
javap classsfile
そうでない場合、それを達成するための適切な方法は何ですか...
はい、Java Decompiler を使用して可能です。Java Decompiler をダウンロードするか、この URL http://jd.benow.ca/を参照してください。