is it possible to add to the classpath of a runnable jar file some properties file? I tryed these solutions solutions:
running the executable file using the
should it be like this prop_dir/prop1.properties prop_dir/prop1.properties in manifest?
prop_dir/prop1.properties prop_dir/prop1.properties
Also checkout this question: Java -jar : access external configuration file