URL 里面没有"\" 这个字符,只能用 "/" 来分隔。所以你只需要写:
URL propUrl  = getClass().getResource("/" + strPropPath);