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コードを介してVMwareワークステーションで仮想マシン(.vmx)ファイルを開く方法はありますか?
.vmxファイルを編集する場合、答えはノーです。現在、VMware Workstationで使用できるAPIはなく、vmxファイルの値をプログラムで変更できます。
編集:
VMPlayerをコマンドラインで呼び出すことができ、agrument vmxファイルをVMPlayerに渡すことができる場合は、はい。Processオブジェクトを使用してJava経由でコマンドを実行します。