}
return retPath;
}
protected String getGappLoadPath() {
NameBearer target = theTarget;
Map<String,String> locations =
Gate.getUserConfig().getMap(XJFileChooser.class.getName());
String gappFileName = locations.get("application."+target.getName());
String gappFilePath = "";
if(gappFileName != null) {
try {
gappFilePath = new File(gappFileName).getCanonicalPath();
} catch (IOException ex) {