[Type]
[Module]
[Priority]
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]
import java.net.URISyntaxException;
import org.tizen.emulator.manager.EmulatorManager;
+import org.tizen.emulator.manager.vms.EmulatorVMs;
public class FileIO {
private final static String arch_suffix = File.separator +"x86";
x86KernelPath = dataPath + x86_kernel_suffix;
biosPath = dataPath + bios_suffix;
- vmsPath = System.getProperty("user.home") + vms_suffix;
+ vmsPath = EmulatorVMs.getInstance().getVMsBaseDirectory();
vmsArchPath = vmsPath + arch_suffix;
//testPrintPath();
}