2010-08-19 17 views

Répondre

4

En effet:

URLClassLoader cl = new URLClassLoader(urls); 
Thread thread = new MyThread(); 
thread.setContextClassLoader(cl); 
thread.start(); 
0

Utilisez Thread.currentThread().setContextClassloader() et faire une nouvelle URLClassLoader avec le classpath désiré.