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