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.
.classファイルに存在するファイルを探していrt.jarますが、失敗しました。
.class
rt.jar
Dj デコンパイラでソース コードを表示する準備が整いました。その rt.jar ファイルを開く方法を教えてください。
.jar ファイルは実際には別の拡張子を持つ単なる ZIP ファイルであるため、rt.jar ファイルを 7-Zip などのアーカイブ マネージャーで開き、目的のクラス ファイルを抽出して Java Decompiler で開くことができます。JD-GUIをお勧めします。