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
Discussion
Kommentti käyttäjältä wieland 23. August 2010 klo 17.14
Hmm. Welche Version? Wann von wo geladen?
Läuft das Programm danach oder beendet es sich?
Kommentti käyttäjältä knarF 23. August 2010 klo 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.
Kommentti käyttäjältä dcp 24. August 2010 klo 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