문제

Is there a way that a virtual machine (.vmx) file be opened in VMware workstation through a java code

도움이 되었습니까?

해결책

If you want to edit the .vmx file, then the answer is no. There is currently no API available for VMware Workstation to let you programmatically change values in vmx file.

EDIT:

If VMPlayer can be invoked command line and an agrument vmx file can be passwd to it, then yes. Run the command via java using Process object.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top