If you install VirtualBox in a non-default location, define the VBOXMANAGE_CMD property. This property lets DevTest find the vboxmanage tool, so your Genymotion simulators function efficiently.
You can define this property in three ways:
In the System Properties for your machine, open the Environment Variables dialog and add the following command:
VBOXMANAGE_CMD=c:\program files\oracle\virtualbox\vboxmanage.exe
export VBOXMANAGE_CMD=/usr/bin/vboxmanage
Editing the lisa.properties file affects all of the projects that are defined in DevTest Workstation.
Follow these steps:
VBOXMANAGE_CMD=c:\program files\oracle\virtualbox\vboxmanage.exe
Adding a property to the property file in the Properties Editor affects only that project.
Follow these steps:
The Properties Editor opens.
VBOXMANAGE_CMD
c:\program files\oracle\virtualbox\vboxmanage.exe
Copyright © 2014 CA Technologies.
All rights reserved.
|
|