To me, that doesn't seem a recommended way of working with AEM. You could also use BundleContext to read the properties file. Put the file in bundle classpath.Try couple of things:package the property file within the jar file and add relative path of file in bundle classpath entry in manifest file o...