What does a single Dot (“.”) in Distribution Manifest.mf mean?
问题 lately I got a bit confused concerning class-pathes in Manifest.mf-files. So what I want is to outsource some properties.files out of my distribution.jar and put them next to it without changing java-source-files. Following example: At this time I can open a properties-file like this: this.getClass().getClassLoader().getRessourceAsStream( "/config/jdbc.properties" ); The jdbc.properties are located in an eclipse sourcefolder called 'resources' with a package named 'config'. Now when I build