NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum

alt text

Have anyone of you encountered this? How to deal with it? Thanks.

asked 18 Aug '13, 09:40

%E7%8E%8B%E5%BD%A6%E6%96%87's gravatar image

王彦文
1111
accept rate: 0%

Interestingly osm2world's contact page does suggest here as a place for technical questions.

(18 Aug '13, 10:29) SomeoneElse ♦

Error messages should always be posted as text so that other users can find this question and possible answers when searching for the error.

(18 Aug '13, 10:46) scai ♦

That problem occurs because Collections.emptyIterator is only available in Java 7 and higher. OSM2World is supposed to target Java 6, but sometimes things like this slip in.

I believe the latest version of the code is clean (as of now). That particular occurrence was fixed in a recent commit.

permanent link

answered 18 Aug '13, 10:39

Tordanik's gravatar image

Tordanik
12.0k15106147
accept rate: 35%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×8

question asked: 18 Aug '13, 09:40

question was seen: 2,554 times

last updated: 18 Aug '13, 10:46

NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum