我想将ABC.properties文件放在cmbview81.jar.
cmbview81.jar里面已经有ABC.properties文件了。我提取文件做了一些更改并制作了new ABC.properties文件,现在想在cmbview81.jar 文件之前设置它的路径,这样应用程序就不会指向文件中的文件。它cmbview81.jar应该使用new ABC.propertiesfile.
我尝试了此处提供的解决方案How to place a file on classpath in eclipse? 但没有用。