sct = new StreamCopyThread(is, m_sp);
sct.start();
p.waitFor();
}
catch (java.io.IOException eio) {
throw new JCException(eio);
}
catch (InterruptedException ie) {
// no problem, but we must pass the flag further
Thread.currentThread().interrupt();
}