{"id":40858,"date":"2016-09-13T11:00:24","date_gmt":"2016-09-13T08:00:24","guid":{"rendered":"http:\/\/examples.javacodegeeks.com\/?p=40858"},"modified":"2019-03-27T14:24:26","modified_gmt":"2019-03-27T12:24:26","slug":"how-to-update-eclipse","status":"publish","type":"post","link":"https:\/\/examples.javacodegeeks.com\/java-development\/desktop-java\/ide\/eclipse\/how-to-update-eclipse\/","title":{"rendered":"How to update Eclipse"},"content":{"rendered":"<p>In this article we will see how we can update Eclipse. Eclipse is the most popular Integrated Development Environment (IDE) used by Java developers.&nbsp;The Eclipse platform itself is structured as subsystems which are implemented in one or more plug-ins. &nbsp;The subsystems are built on top of a small runtime engine.<\/p>\n<p>The term Workbench refers to the desktop development environment. The Workbench aims to achieve seamless tool integration and controlled openness by providing a common paradigm for the creation, management, and navigation of workspace resources.&nbsp;Each Workbench window contains one or more perspectives. Perspectives contain views and editors and control what appears in certain menus and tool bars. More than one Workbench window can exist on the desktop at any given time.\n<\/p>\n<h2>1. Introduction<\/h2>\n<p>If you are upgrading to a newer release of Eclipse from an older release, there are simple steps to follow to migrate your workspace to the new release. Your workspace is the directory on disk that contains all of your project files, as well as meta-data such as preferences you may have customized. The steps to follow for upgrading depend on whether or not you used the &#8220;-data&#8221; command line argument when starting Eclipse. The &#8220;-data&#8221; argument is recommended because it clearly specifies the location of your workspace.<\/p>\n<p>The workspace chooser dialog allows you to choose the location of your workspace. This dialog appears on first startup in the absence of a -data argument. The default location provided by this dialog will be a &#8220;workspace&#8221; child of your home directory<\/p>\n<p>Unless you have an existing workspace from a previous Eclipse version, you can keep this default or choose some other location. You should not store your workspace inside the Eclipse install directory, because that will make it more difficult to upgrade to a newer version of Eclipse. You should not copy or move the workspace directory, because it may contain metadata with absolute file system paths, which will be invalid if the workspace is copied elsewhere.<div style=\"display:inline-block; margin: 15px 0;\"> <div id=\"adngin-JavaCodeGeeks_incontent_video-0\" style=\"display:inline-block;\"><\/div> <\/div><\/p>\n<h2>2. Add New Repository<\/h2>\n<p>If upgrading the platform itself to the next full release follow the steps below:<\/p>\n<ul>\n<li>Go to&nbsp;Window =&gt; Preferences =&gt; Install\/Update =&gt; Available Software Sites<\/li>\n<\/ul>\n<p><figure id=\"attachment_40859\" aria-describedby=\"caption-attachment-40859\" style=\"width: 882px\" class=\"wp-caption aligncenter\"><a href=\"http:\/\/examples.javacodegeeks.com\/wp-content\/uploads\/2016\/09\/AvailableSoftwareSites.jpg\"><img decoding=\"async\" class=\"size-full wp-image-40859\" src=\"http:\/\/examples.javacodegeeks.com\/wp-content\/uploads\/2016\/09\/AvailableSoftwareSites.jpg\" alt=\"Figure 1. Available Software Sites\" width=\"882\" height=\"638\" srcset=\"https:\/\/examples.javacodegeeks.com\/wp-content\/uploads\/2016\/09\/AvailableSoftwareSites.jpg 882w, https:\/\/examples.javacodegeeks.com\/wp-content\/uploads\/2016\/09\/AvailableSoftwareSites-300x217.jpg 300w, https:\/\/examples.javacodegeeks.com\/wp-content\/uploads\/2016\/09\/AvailableSoftwareSites-768x556.jpg 768w\" sizes=\"(max-width: 882px) 100vw, 882px\" \/><\/a><figcaption id=\"caption-attachment-40859\" class=\"wp-caption-text\">Figure 1. Available Software Sites<\/figcaption><\/figure><\/p>\n<ul>\n<li>Click &#8216;<em>Add<\/em>&#8216;.&nbsp;Enter the URL of the new repository (for example, http:\/\/download.eclipse.org\/releases\/mars\/ for Mars (4.5)). Click <em>OK<\/em><\/li>\n<\/ul>\n<p><figure id=\"attachment_40860\" aria-describedby=\"caption-attachment-40860\" style=\"width: 475px\" class=\"wp-caption aligncenter\"><a href=\"http:\/\/examples.javacodegeeks.com\/wp-content\/uploads\/2016\/09\/Add-Site.jpg\"><img decoding=\"async\" class=\"size-full wp-image-40860\" src=\"http:\/\/examples.javacodegeeks.com\/wp-content\/uploads\/2016\/09\/Add-Site.jpg\" alt=\"Figure 2. Add Site\" width=\"475\" height=\"252\" srcset=\"https:\/\/examples.javacodegeeks.com\/wp-content\/uploads\/2016\/09\/Add-Site.jpg 475w, https:\/\/examples.javacodegeeks.com\/wp-content\/uploads\/2016\/09\/Add-Site-300x160.jpg 300w\" sizes=\"(max-width: 475px) 100vw, 475px\" \/><\/a><figcaption id=\"caption-attachment-40860\" class=\"wp-caption-text\">Figure 2. Add Site<\/figcaption><\/figure><\/p>\n<h2>3. Check for Updates<\/h2>\n<p>Eclipse provides the facility to check for any updates for the existing features and install those updates. To check for updates go to Help =&gt; Check For Updates.<\/p>\n<p><figure id=\"attachment_40861\" aria-describedby=\"caption-attachment-40861\" style=\"width: 867px\" class=\"wp-caption aligncenter\"><a href=\"http:\/\/examples.javacodegeeks.com\/wp-content\/uploads\/2016\/09\/Available-Updates.jpg\"><img decoding=\"async\" class=\"size-full wp-image-40861\" src=\"http:\/\/examples.javacodegeeks.com\/wp-content\/uploads\/2016\/09\/Available-Updates.jpg\" alt=\"Figure 3. Available Updates\" width=\"867\" height=\"527\" srcset=\"https:\/\/examples.javacodegeeks.com\/wp-content\/uploads\/2016\/09\/Available-Updates.jpg 867w, https:\/\/examples.javacodegeeks.com\/wp-content\/uploads\/2016\/09\/Available-Updates-300x182.jpg 300w, https:\/\/examples.javacodegeeks.com\/wp-content\/uploads\/2016\/09\/Available-Updates-768x467.jpg 768w\" sizes=\"(max-width: 867px) 100vw, 867px\" \/><\/a><figcaption id=\"caption-attachment-40861\" class=\"wp-caption-text\">Figure 3. Available Updates<\/figcaption><\/figure><\/p>\n<p>Here you can choose the items which you want to update.&nbsp;If upgrading the platform itself, when you are prompted to restart it is strongly recommended to do so. A restart may not be required when updating other features, but always select to restart if you are unsure.&nbsp;Check your Available Software Sites for release-specific update sites that may need updating as well, e.g. The Eclipse Project Updates URL changes with each release (typically release-specific sites hold the SDK\/Source features and off-cycle hot fixes and are not required)[ulp id=&#8217;DBKfc8RVCRYT8tNp&#8217;]<\/p>\n<p>Occasionally you won&#8217;t be able to upgrade Eclipse or certain features due to incompatible changes in the update technology. In these cases you will need to download a fresh install. Download a new build from the Eclipse download Web site <a href=\"http:\/\/www.eclipse.org\/downloads\">Eclipse Download<\/a> and unzip it in a new directory.&nbsp;Complete upgrade instructions are always included in the Eclipse <em>readme_eclipse.html<\/em> file included with every build in the <em>readme<\/em> directory.<\/p>\n<p>Upgrades may require administrator privileges to succeed and may fail with error messages claiming &#8220;Only one of the following can be installed:&#8221; otherwise. Start Eclipse with &#8220;Run as administrator&#8230;&#8221;.<\/p>\n<h2>4.&nbsp;Update Manager<\/h2>\n<p>The Update Manager allows you to find new plug-ins on your machine, your network, or the Internet, compare new plug-ins to your configuration, and install only those that are compatible with your current configuration.&nbsp;The Update Manager thinks in terms of features, a logical group of related plug-ins, and also provides support for managing configurations to undo a given installation or to automatically update all the features currently installed in your Eclipse configuration.&nbsp;Before plug-ins can be installed by the Update Manager, they need to be collected into a feature. The feature itself has to be published using an update site.<\/p>\n<p>The Update Manager is invoked by <em>Help<\/em>&nbsp;=&gt; <em>Software Updates<\/em>.&nbsp;Remember to have an &#8216;open&#8217; connection to the internet when updating. Proxy settings can prevent the update mechanism from reaching the locations you want\/need. The proxy-settings can be changed using <em>Windows<\/em>&nbsp;=&gt; <em>Preferences<\/em>&nbsp;=&gt; <em>General<\/em>&nbsp;=&gt; <em>Network<\/em> <em>Connections<\/em>.<\/p>\n<h2>5. Conclusion<\/h2>\n<p>In this article we saw how we can update Eclipse. It is very important feature of any software as it allows new features to be integrated with existing ones without reinstalling the software again. We also saw how we can add new repositories for downloading new plugins.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>In this article we will see how we can update Eclipse. Eclipse is the most popular Integrated Development Environment (IDE) used by Java developers.&nbsp;The Eclipse platform itself is structured as subsystems which are implemented in one or more plug-ins. &nbsp;The subsystems are built on top of a small runtime engine. The term Workbench refers to &hellip;<\/p>\n","protected":false},"author":34,"featured_media":31332,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[537],"tags":[1156],"class_list":["post-40858","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-eclipse","tag-eclipse"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to update Eclipse - Java Code Geeks<\/title>\n<meta name=\"description\" content=\"In this article we will see how we can update Eclipse. Eclipse is the most popular Integrated Development Environment (IDE) used by Java\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/examples.javacodegeeks.com\/java-development\/desktop-java\/ide\/eclipse\/how-to-update-eclipse\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to update Eclipse - Java Code Geeks\" \/>\n<meta property=\"og:description\" content=\"In this article we will see how we can update Eclipse. Eclipse is the most popular Integrated Development Environment (IDE) used by Java\" \/>\n<meta property=\"og:url\" content=\"https:\/\/examples.javacodegeeks.com\/java-development\/desktop-java\/ide\/eclipse\/how-to-update-eclipse\/\" \/>\n<meta property=\"og:site_name\" content=\"Examples Java Code Geeks\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/javacodegeeks\" \/>\n<meta property=\"article:published_time\" content=\"2016-09-13T08:00:24+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2019-03-27T12:24:26+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/examples.javacodegeeks.com\/wp-content\/uploads\/2016\/01\/eclipse-logo.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"150\" \/>\n\t<meta property=\"og:image:height\" content=\"150\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Mohammad Meraj Zia\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@javacodegeeks\" \/>\n<meta name=\"twitter:site\" content=\"@javacodegeeks\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Mohammad Meraj Zia\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/examples.javacodegeeks.com\/java-development\/desktop-java\/ide\/eclipse\/how-to-update-eclipse\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/examples.javacodegeeks.com\/java-development\/desktop-java\/ide\/eclipse\/how-to-update-eclipse\/\"},\"author\":{\"name\":\"Mohammad Meraj Zia\",\"@id\":\"https:\/\/examples.javacodegeeks.com\/#\/schema\/person\/442b4f9b8a4aa7e12376464fc354f8ed\"},\"headline\":\"How to update Eclipse\",\"datePublished\":\"2016-09-13T08:00:24+00:00\",\"dateModified\":\"2019-03-27T12:24:26+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/examples.javacodegeeks.com\/java-development\/desktop-java\/ide\/eclipse\/how-to-update-eclipse\/\"},\"wordCount\":856,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/examples.javacodegeeks.com\/#organization\"},\"image\":{\"@id\":\"https:\/\/examples.javacodegeeks.com\/java-development\/desktop-java\/ide\/eclipse\/how-to-update-eclipse\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/examples.javacodegeeks.com\/wp-content\/uploads\/2016\/01\/eclipse-logo.jpg\",\"keywords\":[\"Eclipse\"],\"articleSection\":[\"Eclipse\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/examples.javacodegeeks.com\/java-development\/desktop-java\/ide\/eclipse\/how-to-update-eclipse\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/examples.javacodegeeks.com\/java-development\/desktop-java\/ide\/eclipse\/how-to-update-eclipse\/\",\"url\":\"https:\/\/examples.javacodegeeks.com\/java-development\/desktop-java\/ide\/eclipse\/how-to-update-eclipse\/\",\"name\":\"How to update Eclipse - Java Code Geeks\",\"isPartOf\":{\"@id\":\"https:\/\/examples.javacodegeeks.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/examples.javacodegeeks.com\/java-development\/desktop-java\/ide\/eclipse\/how-to-update-eclipse\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/examples.javacodegeeks.com\/java-development\/desktop-java\/ide\/eclipse\/how-to-update-eclipse\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/examples.javacodegeeks.com\/wp-content\/uploads\/2016\/01\/eclipse-logo.jpg\",\"datePublished\":\"2016-09-13T08:00:24+00:00\",\"dateModified\":\"2019-03-27T12:24:26+00:00\",\"description\":\"In this article we will see how we can update Eclipse. Eclipse is the most popular Integrated Development Environment (IDE) used by Java\",\"breadcrumb\":{\"@id\":\"https:\/\/examples.javacodegeeks.com\/java-development\/desktop-java\/ide\/eclipse\/how-to-update-eclipse\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/examples.javacodegeeks.com\/java-development\/desktop-java\/ide\/eclipse\/how-to-update-eclipse\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/examples.javacodegeeks.com\/java-development\/desktop-java\/ide\/eclipse\/how-to-update-eclipse\/#primaryimage\",\"url\":\"https:\/\/examples.javacodegeeks.com\/wp-content\/uploads\/2016\/01\/eclipse-logo.jpg\",\"contentUrl\":\"https:\/\/examples.javacodegeeks.com\/wp-content\/uploads\/2016\/01\/eclipse-logo.jpg\",\"width\":150,\"height\":150},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/examples.javacodegeeks.com\/java-development\/desktop-java\/ide\/eclipse\/how-to-update-eclipse\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/examples.javacodegeeks.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Java Development\",\"item\":\"https:\/\/examples.javacodegeeks.com\/category\/java-development\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Desktop Java\",\"item\":\"https:\/\/examples.javacodegeeks.com\/category\/java-development\/desktop-java\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"IDE\",\"item\":\"https:\/\/examples.javacodegeeks.com\/category\/java-development\/desktop-java\/ide\/\"},{\"@type\":\"ListItem\",\"position\":5,\"name\":\"Eclipse\",\"item\":\"https:\/\/examples.javacodegeeks.com\/category\/java-development\/desktop-java\/ide\/eclipse\/\"},{\"@type\":\"ListItem\",\"position\":6,\"name\":\"How to update Eclipse\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/examples.javacodegeeks.com\/#website\",\"url\":\"https:\/\/examples.javacodegeeks.com\/\",\"name\":\"Java Code Geeks\",\"description\":\"Java Examples and Code Snippets\",\"publisher\":{\"@id\":\"https:\/\/examples.javacodegeeks.com\/#organization\"},\"alternateName\":\"JCG\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/examples.javacodegeeks.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/examples.javacodegeeks.com\/#organization\",\"name\":\"Exelixis Media P.C.\",\"url\":\"https:\/\/examples.javacodegeeks.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/examples.javacodegeeks.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/examples.javacodegeeks.com\/wp-content\/uploads\/2022\/06\/exelixis-logo.png\",\"contentUrl\":\"https:\/\/examples.javacodegeeks.com\/wp-content\/uploads\/2022\/06\/exelixis-logo.png\",\"width\":864,\"height\":246,\"caption\":\"Exelixis Media P.C.\"},\"image\":{\"@id\":\"https:\/\/examples.javacodegeeks.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/javacodegeeks\",\"https:\/\/x.com\/javacodegeeks\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/examples.javacodegeeks.com\/#\/schema\/person\/442b4f9b8a4aa7e12376464fc354f8ed\",\"name\":\"Mohammad Meraj Zia\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/examples.javacodegeeks.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/examples.javacodegeeks.com\/wp-content\/uploads\/2020\/06\/IMG-20200324-WA0003-96x96.jpg\",\"contentUrl\":\"https:\/\/examples.javacodegeeks.com\/wp-content\/uploads\/2020\/06\/IMG-20200324-WA0003-96x96.jpg\",\"caption\":\"Mohammad Meraj Zia\"},\"description\":\"Senior Java Developer\",\"sameAs\":[\"http:\/\/www.javacodegeeks.com\/\"],\"url\":\"https:\/\/examples.javacodegeeks.com\/author\/mohammad-zia\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to update Eclipse - Java Code Geeks","description":"In this article we will see how we can update Eclipse. Eclipse is the most popular Integrated Development Environment (IDE) used by Java","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/examples.javacodegeeks.com\/java-development\/desktop-java\/ide\/eclipse\/how-to-update-eclipse\/","og_locale":"en_US","og_type":"article","og_title":"How to update Eclipse - Java Code Geeks","og_description":"In this article we will see how we can update Eclipse. Eclipse is the most popular Integrated Development Environment (IDE) used by Java","og_url":"https:\/\/examples.javacodegeeks.com\/java-development\/desktop-java\/ide\/eclipse\/how-to-update-eclipse\/","og_site_name":"Examples Java Code Geeks","article_publisher":"https:\/\/www.facebook.com\/javacodegeeks","article_published_time":"2016-09-13T08:00:24+00:00","article_modified_time":"2019-03-27T12:24:26+00:00","og_image":[{"width":150,"height":150,"url":"https:\/\/examples.javacodegeeks.com\/wp-content\/uploads\/2016\/01\/eclipse-logo.jpg","type":"image\/jpeg"}],"author":"Mohammad Meraj Zia","twitter_card":"summary_large_image","twitter_creator":"@javacodegeeks","twitter_site":"@javacodegeeks","twitter_misc":{"Written by":"Mohammad Meraj Zia","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/examples.javacodegeeks.com\/java-development\/desktop-java\/ide\/eclipse\/how-to-update-eclipse\/#article","isPartOf":{"@id":"https:\/\/examples.javacodegeeks.com\/java-development\/desktop-java\/ide\/eclipse\/how-to-update-eclipse\/"},"author":{"name":"Mohammad Meraj Zia","@id":"https:\/\/examples.javacodegeeks.com\/#\/schema\/person\/442b4f9b8a4aa7e12376464fc354f8ed"},"headline":"How to update Eclipse","datePublished":"2016-09-13T08:00:24+00:00","dateModified":"2019-03-27T12:24:26+00:00","mainEntityOfPage":{"@id":"https:\/\/examples.javacodegeeks.com\/java-development\/desktop-java\/ide\/eclipse\/how-to-update-eclipse\/"},"wordCount":856,"commentCount":0,"publisher":{"@id":"https:\/\/examples.javacodegeeks.com\/#organization"},"image":{"@id":"https:\/\/examples.javacodegeeks.com\/java-development\/desktop-java\/ide\/eclipse\/how-to-update-eclipse\/#primaryimage"},"thumbnailUrl":"https:\/\/examples.javacodegeeks.com\/wp-content\/uploads\/2016\/01\/eclipse-logo.jpg","keywords":["Eclipse"],"articleSection":["Eclipse"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/examples.javacodegeeks.com\/java-development\/desktop-java\/ide\/eclipse\/how-to-update-eclipse\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/examples.javacodegeeks.com\/java-development\/desktop-java\/ide\/eclipse\/how-to-update-eclipse\/","url":"https:\/\/examples.javacodegeeks.com\/java-development\/desktop-java\/ide\/eclipse\/how-to-update-eclipse\/","name":"How to update Eclipse - Java Code Geeks","isPartOf":{"@id":"https:\/\/examples.javacodegeeks.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/examples.javacodegeeks.com\/java-development\/desktop-java\/ide\/eclipse\/how-to-update-eclipse\/#primaryimage"},"image":{"@id":"https:\/\/examples.javacodegeeks.com\/java-development\/desktop-java\/ide\/eclipse\/how-to-update-eclipse\/#primaryimage"},"thumbnailUrl":"https:\/\/examples.javacodegeeks.com\/wp-content\/uploads\/2016\/01\/eclipse-logo.jpg","datePublished":"2016-09-13T08:00:24+00:00","dateModified":"2019-03-27T12:24:26+00:00","description":"In this article we will see how we can update Eclipse. Eclipse is the most popular Integrated Development Environment (IDE) used by Java","breadcrumb":{"@id":"https:\/\/examples.javacodegeeks.com\/java-development\/desktop-java\/ide\/eclipse\/how-to-update-eclipse\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/examples.javacodegeeks.com\/java-development\/desktop-java\/ide\/eclipse\/how-to-update-eclipse\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/examples.javacodegeeks.com\/java-development\/desktop-java\/ide\/eclipse\/how-to-update-eclipse\/#primaryimage","url":"https:\/\/examples.javacodegeeks.com\/wp-content\/uploads\/2016\/01\/eclipse-logo.jpg","contentUrl":"https:\/\/examples.javacodegeeks.com\/wp-content\/uploads\/2016\/01\/eclipse-logo.jpg","width":150,"height":150},{"@type":"BreadcrumbList","@id":"https:\/\/examples.javacodegeeks.com\/java-development\/desktop-java\/ide\/eclipse\/how-to-update-eclipse\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/examples.javacodegeeks.com\/"},{"@type":"ListItem","position":2,"name":"Java Development","item":"https:\/\/examples.javacodegeeks.com\/category\/java-development\/"},{"@type":"ListItem","position":3,"name":"Desktop Java","item":"https:\/\/examples.javacodegeeks.com\/category\/java-development\/desktop-java\/"},{"@type":"ListItem","position":4,"name":"IDE","item":"https:\/\/examples.javacodegeeks.com\/category\/java-development\/desktop-java\/ide\/"},{"@type":"ListItem","position":5,"name":"Eclipse","item":"https:\/\/examples.javacodegeeks.com\/category\/java-development\/desktop-java\/ide\/eclipse\/"},{"@type":"ListItem","position":6,"name":"How to update Eclipse"}]},{"@type":"WebSite","@id":"https:\/\/examples.javacodegeeks.com\/#website","url":"https:\/\/examples.javacodegeeks.com\/","name":"Java Code Geeks","description":"Java Examples and Code Snippets","publisher":{"@id":"https:\/\/examples.javacodegeeks.com\/#organization"},"alternateName":"JCG","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/examples.javacodegeeks.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/examples.javacodegeeks.com\/#organization","name":"Exelixis Media P.C.","url":"https:\/\/examples.javacodegeeks.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/examples.javacodegeeks.com\/#\/schema\/logo\/image\/","url":"https:\/\/examples.javacodegeeks.com\/wp-content\/uploads\/2022\/06\/exelixis-logo.png","contentUrl":"https:\/\/examples.javacodegeeks.com\/wp-content\/uploads\/2022\/06\/exelixis-logo.png","width":864,"height":246,"caption":"Exelixis Media P.C."},"image":{"@id":"https:\/\/examples.javacodegeeks.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/javacodegeeks","https:\/\/x.com\/javacodegeeks"]},{"@type":"Person","@id":"https:\/\/examples.javacodegeeks.com\/#\/schema\/person\/442b4f9b8a4aa7e12376464fc354f8ed","name":"Mohammad Meraj Zia","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/examples.javacodegeeks.com\/#\/schema\/person\/image\/","url":"https:\/\/examples.javacodegeeks.com\/wp-content\/uploads\/2020\/06\/IMG-20200324-WA0003-96x96.jpg","contentUrl":"https:\/\/examples.javacodegeeks.com\/wp-content\/uploads\/2020\/06\/IMG-20200324-WA0003-96x96.jpg","caption":"Mohammad Meraj Zia"},"description":"Senior Java Developer","sameAs":["http:\/\/www.javacodegeeks.com\/"],"url":"https:\/\/examples.javacodegeeks.com\/author\/mohammad-zia\/"}]}},"_links":{"self":[{"href":"https:\/\/examples.javacodegeeks.com\/wp-json\/wp\/v2\/posts\/40858","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/examples.javacodegeeks.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/examples.javacodegeeks.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/examples.javacodegeeks.com\/wp-json\/wp\/v2\/users\/34"}],"replies":[{"embeddable":true,"href":"https:\/\/examples.javacodegeeks.com\/wp-json\/wp\/v2\/comments?post=40858"}],"version-history":[{"count":0,"href":"https:\/\/examples.javacodegeeks.com\/wp-json\/wp\/v2\/posts\/40858\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/examples.javacodegeeks.com\/wp-json\/wp\/v2\/media\/31332"}],"wp:attachment":[{"href":"https:\/\/examples.javacodegeeks.com\/wp-json\/wp\/v2\/media?parent=40858"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/examples.javacodegeeks.com\/wp-json\/wp\/v2\/categories?post=40858"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/examples.javacodegeeks.com\/wp-json\/wp\/v2\/tags?post=40858"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}