Beim laden von JOSM kriege ich folgenden Meldung:
Warnung: Eigenschaft "proxy.policy" nicht gefunden
Proxy wird nicht verwendet
Batch-file sieht so aus:
cd\
java -jar -Xmx512M "C:\Dokumente und Einstellungen\david\desktop\osm\josm-new.jar"
Was ist falsch?
Danke in voraus
토론
2010년 8월 23일 17:14에 wieland님의 의견
Hmm. Welche Version? Wann von wo geladen?
Läuft das Programm danach oder beendet es sich?
2010년 8월 23일 18:14에 knarF님의 의견
If you don't need to use a proxy, simply just ignore this message.
Else try to reconfigure your proxy settings either from JOSM itself, or from the global java settings.
The batch-file looks just OK, but "cd \" is a bit odd, I assume that you can safely remove that line.
2010년 8월 24일 15:04에 dcp님의 의견
JOSM 3376
Based on your combined information I depressed F12 and changed the connection from
OSM-Server URL (2nd line with a check box)
to
Standard OSM-Server-URL (with a predefined path)
and the proxy error message problem was solved.
Thanks for your support chaps.
As far as the CD\ DOS-command is concerned it just takes me to the root directory (Very old DOS which I still work in sometimes because Windows
is not always the quickest way of moving around the drives, directories, etc.
Bye