Révision 1686
tmp/org.txm.groovy.core/src/java/org/txm/groovy/core/TXMClassLoader.java (revision 1686) | ||
---|---|---|
21 | 21 |
@Override |
22 | 22 |
public Class findClass(String name) throws ClassNotFoundException { |
23 | 23 |
|
24 |
try { // try with the common one |
|
24 |
// try with the System class loader |
|
25 |
try { |
|
25 | 26 |
return this.getClass().getClassLoader().loadClass(name); |
26 | 27 |
} catch(Exception e) {} |
27 | 28 |
|
Formats disponibles : Unified diff