}
private void loadTemplate() {
- File dir = new File(FilePathResources.getAddonsTemplatePath());
+ File dir = new File(platformPath + File.pathSeparator
+ + FilePathResources.getAddonsTemplatePath());
if (dir.exists()) {
EmulatorVMList vmList = EmulatorVMList.getInstance();
for (File config : dir.listFiles(new FileFilter() {
}
private void loadSkins() {
- File dir = new File(FilePathResources.getAddonsSkinPath());
+ File dir = new File(platformPath + File.pathSeparator
+ + FilePathResources.getAddonsSkinPath());
if (dir.exists()) {
for (File skin : dir.listFiles(new FileFilter() {
public boolean accept(File pathname) {