Created
August 27, 2018 09:06
-
-
Save gaborgsomogyi/cf61bd7affa05425e524c55185dad606 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ClassLoader cl = Thread.currentThread().getContextClassLoader(); | |
URL loc = cl.getResource("log4j.properties"); | |
System.out.println("Actually used log4j.properties: " + loc); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment