<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: The import com.esri cannot be resolved in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/the-import-com-esri-cannot-be-resolved/m-p/586502#M19415</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Still no answer to this?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Dec 2011 00:53:01 GMT</pubDate>
    <dc:creator>EricCoffman</dc:creator>
    <dc:date>2011-12-20T00:53:01Z</dc:date>
    <item>
      <title>The import com.esri cannot be resolved</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/the-import-com-esri-cannot-be-resolved/m-p/586500#M19413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am new to ArcGIS and I need to convert .dwg file into .shp so I thought to use arcgis. My working environment is eclipse(ganymede) so I have installed arcgis pluings for eclipse. But when I am going to code and Import the bellow,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;import com.esri.arcgis.carto.TrackCancel.*;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;import com.esri.arcgis.geoprocessing.GeoProcessor;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;import com.esri.arcgis.geoprocessing.tools.conversiontools.FeatureClassToShapefile;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I got those cannot be resolved and I wonder why is that? :confused: anybody have clue?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thank you&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 May 2011 01:17:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/the-import-com-esri-cannot-be-resolved/m-p/586500#M19413</guid>
      <dc:creator>DulanjaliAdhikari</dc:creator>
      <dc:date>2011-05-19T01:17:02Z</dc:date>
    </item>
    <item>
      <title>Re: The import com.esri cannot be resolved</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/the-import-com-esri-cannot-be-resolved/m-p/586501#M19414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am having the same problem. I asked the same thing a year ago, but nobody answered me... :mad:&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jun 2011 15:32:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/the-import-com-esri-cannot-be-resolved/m-p/586501#M19414</guid>
      <dc:creator>MartínMeliendrez</dc:creator>
      <dc:date>2011-06-20T15:32:17Z</dc:date>
    </item>
    <item>
      <title>Re: The import com.esri cannot be resolved</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/the-import-com-esri-cannot-be-resolved/m-p/586502#M19415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Still no answer to this?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Dec 2011 00:53:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/the-import-com-esri-cannot-be-resolved/m-p/586502#M19415</guid>
      <dc:creator>EricCoffman</dc:creator>
      <dc:date>2011-12-20T00:53:01Z</dc:date>
    </item>
    <item>
      <title>Re: The import com.esri cannot be resolved</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/the-import-com-esri-cannot-be-resolved/m-p/586503#M19416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Perhaps you've already had this question answered by now.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;However, in case any one else is looking for an answer (as I was):&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The problem may be that you need to add a reference to the ArcObjects library to the project.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In Eclipse, you can add the reference by right clicking on your project in the Package Explorer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Scroll down to 'build path'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In the pop-up menu, select 'Add libraries'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In the Add Library dialog, select 'ArcObjects Library', then click 'Next', then 'Finish'.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This worked for me anyway.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I am using Eclipse:Kepler Service Release 1 with ArcGIS 10&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Oct 2013 15:17:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/the-import-com-esri-cannot-be-resolved/m-p/586503#M19416</guid>
      <dc:creator>MJChurchill</dc:creator>
      <dc:date>2013-10-09T15:17:49Z</dc:date>
    </item>
  </channel>
</rss>

