Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8461349
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T13:51:21+00:00 2026-06-10T13:51:21+00:00

it have following missing imports import org.mapsforge.android.maps.overlay.Polygon; import org.mapsforge.android.maps.overlay.PolygonalChain; import org.mapsforge.android.maps.overlay.Polyline; import org.mapsforge.android.maps.overlay.ListOverlay; import

  • 0

it have following missing imports

import org.mapsforge.android.maps.overlay.Polygon;
import org.mapsforge.android.maps.overlay.PolygonalChain;
import org.mapsforge.android.maps.overlay.Polyline;
import org.mapsforge.android.maps.overlay.ListOverlay;
import org.mapsforge.android.maps.overlay.Marker;
import org.mapsforge.core.BoundingBox;
import org.mapsforge.core.GeoPoint;

i just include some other jar as well but its no use
mapsforge-map-0.3.1-SNAPSHOT-jar-with-dependencies the code is not executing any more

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-10T13:51:22+00:00Added an answer on June 10, 2026 at 1:51 pm

    there are was lots of missing files that we have to add throw Maven
    step by step procediore is .

    • step 0.

    Source Checkout page to download the source code of the project to your computer.

    • step 1.

    uses the free Apache maven tool to automatize the build process.

    • step 2.

    you have to set all the variables

    Windows 2000/XP

    1. Unzip the distribution archive, i.e. apache-maven-3.0.4-bin.zip to the directory you wish to install Maven 3.0.4. These instructions assume you chose C:\Program Files\Apache Software Foundation. The subdirectory apache-maven-3.0.4 will be created from the archive.
    2. Add the M2_HOME environment variable by opening up the system properties (WinKey + Pause), selecting the “Advanced” tab, and the “Environment Variables” button, then adding the M2_HOME variable in the user variables with the value C:\Program Files\Apache Software Foundation\apache-maven-3.0.4. Be sure to omit any quotation marks around the path even if it contains spaces. Note: For Maven < 2.0.9, also be sure that the M2_HOME doesn’t have a ‘\’ as last character.
    3. In the same dialog, add the M2 environment variable in the user variables with the value %M2_HOME%\bin.
    4. Optional: In the same dialog, add the MAVEN_OPTS environment variable in the user variables to specify JVM properties, e.g. the value -Xms256m -Xmx512m. This environment variable can be used to supply extra options to Maven.
    5. In the same dialog, update/create the Path environment variable in the user variables and prepend the value %M2% to add Maven available in the command line.
    6. In the same dialog, make sure that JAVA_HOME exists in your user variables or in the system variables and it is set to the location of your JDK, e.g. C:\Program Files\Java\jdk1.5.0_02 and that %JAVA_HOME%\bin is in your Path environment variable.
    7. RESTART MACHINE for windows to become aware of path changes
    8. Open a new command prompt (Winkey + R then type cmd) and run mvn –version to verify that it is correctly installed.

    NOTE: you might need to change %M2% for the complete path C:\Program Files\Apache…\bin

    Unix-based Operating Systems
    (Linux, Solaris and Mac OS X)

    Extract the distribution archive, i.e. apache-maven-3.0.4-bin.tar.gz
    to the directory you wish to install Maven 3.0.4. These instructions
    assume you chose /usr/local/apache-maven. The subdirectory
    apache-maven-3.0.4 will be created from the archive. In a command
    terminal, add the M2_HOME environment variable, e.g. export
    M2_HOME=/usr/local/apache-maven/apache-maven-3.0.4. Add the M2
    environment variable, e.g. export M2=$M2_HOME/bin. Optional: Add the
    MAVEN_OPTS environment variable to specify JVM properties, e.g. export
    MAVEN_OPTS=”-Xms256m -Xmx512m”. This environment variable can be used
    to supply extra options to Maven. Add M2 environment variable to your
    path, e.g. export PATH=$M2:$PATH. Make sure that JAVA_HOME is set to
    the location of your JDK, e.g. export JAVA_HOME=/usr/java/jdk1.5.0_02
    and that $JAVA_HOME/bin is in your PATH environment variable. Run mvn
    –version to verify that it is correctly installed.

    • step 3

      open a command prompt, go to the checked out trunk directory and execute the following command:

    mvn clean install
    
    • step 4

    As Eclipse needs to know the path to your local maven repository, you have to add a new classpath variable named M2_REPO. This can either be done manually via Window > Preferences > Java > Build Path > Classpath Variables > New or automatically via the Maven Eclipse Plugin.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

If I have the following class: package com.example; import org.springframework.beans.factory.annotation.Required; public class Customer {
It seems that wxPython is missing some examples. I have the following piece of
I have the following Python code: import xml.dom.minidom import xml.parsers.expat try: domTree = ml.dom.minidom.parse(myXMLFileName)
I have the following code (more or less) to import anywhere from 500.000 to
Following this tutorial http://netbeans.org/kb/docs/javaee/maven-osgiservice-cdi.html I have managed to create a simple OSGI bundle and
I have following plist: <?xml version=1.0 encoding=UTF-8?> <!DOCTYPE plist PUBLIC -//Apple//DTD PLIST 1.0//EN http://www.apple.com/DTDs/PropertyList-1.0.dtd>
I have following source. In insertMessage(..), it calls selectMessage to check whether duplicate record
I have following div in a page (I can not modify). <div id=:0.control>Click me</div>
I have following fiddle: http://jsfiddle.net/BFSH4/ As you see there are two issues: The h1
I have following script that executes all the .reg files in the current directory.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.