Directory getSdkDir() { File vmExecutable = new File(Platform.resolvedExecutable); return vmExecutable.parent.parent; }