Révision 2971
tmp/org.txm.groovy.core/src/groovy/org/txm/macro/debug/JavaVersionMacro.groovy (revision 2971) | ||
---|---|---|
3 | 3 |
// @author sheiden |
4 | 4 |
package org.txm.macro.debug |
5 | 5 |
println System.properties.'java.version' |
6 |
|
|
7 |
def loader = ClassLoader.getSystemClassLoader() |
|
8 |
LIBRARIES = ClassLoader.class.getDeclaredField("loadedLibraryNames"); |
|
9 |
LIBRARIES.setAccessible(true); |
|
10 |
println "Libraries: " |
|
11 |
println LIBRARIES.get(loader).join("\n\t"); |
Formats disponibles : Unified diff