394041424344454647
processPath = path; initiliseResourceProperties(); executor = Executors.newSingleThreadExecutor(); DISPELProcessBackgroundThread thread = new DISPELProcessBackgroundThread(this); executor.execute(thread); }