Is there a way that a virtual machine (.vmx) file be opened in VMware workstation through a java code
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.