08-23-2010 10:14 AM
String filePath = "alfresco/extension/myFile.xml";
URL url = getClass().getClassLoader().getResource(filePath);
File myFile = new File(url.toURI().getPath());
08-23-2010 10:42 AM
System.getProperty("catalina.base")
En ajoutant "/shared/classes/alfresco/extension" derrière ça doit marcher.
08-23-2010 12:08 PM
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.