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
讨论
wieland 于 2010年08月23日 17:14 的评论
Hmm. Welche Version? Wann von wo geladen?
Läuft das Programm danach oder beendet es sich?
knarF 于 2010年08月23日 18:14 的评论
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.
dcp 于 2010年08月24日 15:04 的评论
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