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.
我不小心从我正在处理的这个项目的工作区中删除了整个文件夹嵌套,现在我只有一个导出的 JAR 文件。
有什么办法可以用 Eclipse 或类似的东西打开 JAR 文件吗?
我尝试将 JAR 提取到我的桌面,然后将文件拖到 Eclipse 中,但它不起作用。它只是给了我所有的课程,但我不能使用它们。
有什么方法可以从 JAR 文件中获取代码吗?
你肯定需要一个java反编译器,比如:
http://java.decompiler.free.fr/
下载 jd-gui 并用这个程序打开你的 jar,然后“保存所有源”到某个地方。