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 程序,通过它我可以编译和运行另一个程序。 我通常知道如何通过 cmd 编译和运行。在 Java 程序中使用 cmd 命令有什么想法吗?
就在这里。您使用ProcessBuilder类或Runtime.exec。有关更多详细信息,请参阅 java API。