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.
Perl を使用して Java テスト スイートを起動するにはどうすればよいですか?
システム機能を利用できます。
system("java Sample");
可能であれば、 JMXモジュールを使用します。
systemまたはを使用して、関連するコマンド ラインexecを発行できます。java ...
system
exec
java ...
system('java ClassName some arguments here');