05-08-2007 05:52 AM
05-09-2007 05:41 AM
05-15-2007 11:50 PM
05-22-2007 09:40 PM
path = loader.getResource("alfresco/alfresco-jmxrmi.password").toURI().getPath();
ClassLoader loader = Thread.currentThread().getContextClassLoader();
String path=null;
try
{
URL url = loader.getResource("alfresco/alfresco-jmxrmi.password");
System.out.println("url: " + url);
path = url.toURI().getPath();
System.out.println("path: " + path);
}
catch (java.net.URISyntaxException e ) { e.printStackTrace(); }Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.