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.
我正在编写一个跨平台的 IDE,并且想知道使用 java 代码编译程序(使用 gcc)的最佳方法是什么。(它也是一个跨语言的IDE)
我应该访问命令提示符/终端吗?
我也可以有一些示例代码吗?
您可能只gcc在一个单独的进程中执行。但与其自己处理这一切,不如使用Apache Commons Exec之类的东西,这对这类事情非常有用。
gcc