Java ThreadCore core = new thread_engine.ThreadCore(this, hMap); QThread thread = new QThread(core); thread.setDaemon(true); thread.start();