Code for OSM2 World is compiling but the OSM2 World Viewer jar file is not getting created

Hi,

my self Vishnu, I have downloaded the code for OSM2World, opened the code in net beans, compiled the code with out any errors, but the OSM2World Viewer jar file is not getting created in the build-adds folder.
Please let me know if any thing need to be added for the existing downloadable code in the OSM portal.

thanks & regards
Vishnu

It’s possible that the Netbeans default build process compiles the code, but doesn’t package the classes into the jar. If you have Maven installed, you can run mvn package in the project’s root folder.

This creates osm2world-0.4.0-SNAPSHOT.jar in the target subfolder.

1 Like