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.
我们有可以从命令行执行的恢复命令。我想从 Java 类恢复备份。我该怎么做?
您可以从 Java 代码运行系统命令。
最好的方法是使用ProcessBuilder类。
ProcessBuilder