}
try {
// retrieve the stubs from the server
String location = target.exportClientStubs(moduleID, 0, System.getProperty("java.io.tmpdir"));
// get the module id for the appclient
String id = targetModuleID.getModuleID();
if (id.indexOf('#')!=-1) {
id = id.substring(id.indexOf('#')+1);