Pages

Thursday, November 5, 2009

Absolute Path in J2EE Application


String jarFilePath = Thread.currentThread().getContextClassLoader().getResource("../lib/javax.jar").getPath().replaceAll("%20", " ");

No comments: