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 クラスから PHP スクリプトを実行し、スクリプトの出力を取得する必要があります。Runtime.getRuntime.exec("php "); を使用します。PHPスクリプトを実行するために、コンソール出力をキャプチャする方法は?
助言がありますか?