{"id":86664,"date":"2019-01-21T13:02:59","date_gmt":"2019-01-21T11:02:59","guid":{"rendered":"http:\/\/www.javacodegeeks.com\/?page_id=86664"},"modified":"2023-03-06T16:37:48","modified_gmt":"2023-03-06T14:37:48","slug":"eclipse-ide-tutorials","status":"publish","type":"page","link":"https:\/\/www.javacodegeeks.com\/eclipse-ide-tutorials","title":{"rendered":"Eclipse IDE Tutorials"},"content":{"rendered":"<p><a href=\"http:\/\/www.javacodegeeks.com\/wp-content\/uploads\/2018\/03\/eclipse-logo-1.jpg\"><img decoding=\"async\" class=\"aligncenter wp-image-62\" style=\"border: none;\" src=\"http:\/\/www.javacodegeeks.com\/wp-content\/uploads\/2018\/03\/eclipse-logo-1.jpg\" alt=\"Eclipse Tutorials\" width=\"300\" height=\"300\"><\/a><\/p>\n<p>In this detailed Resource page, we feature an abundance of <strong>Eclipse IDE Tutorials<\/strong>!<\/p>\n<p><a href=\"https:\/\/en.wikipedia.org\/wiki\/Eclipse_(software)\">Eclipse<\/a> is an integrated development environment (IDE) used in computer programming, and is the most widely used Java IDE. It contains a base workspace and an extensible plug-in system for customizing the environment. Eclipse is written mostly in Java and its primary use is for developing Java applications, but it may also be used to develop applications in other programming languages via plug-ins, including Ada, ABAP, C, C++, C#, Clojure, COBOL, D, Erlang, Fortran, Groovy, Haskell, JavaScript, Julia, Lasso, Lua, NATURAL, Perl, PHP, Prolog, Python, R, Ruby (including Ruby on Rails framework), Rust, Scala, and Scheme. It can also be used to develop documents with LaTeX (via a TeXlipse plug-in) and packages for the software Mathematica. Development environments include the Eclipse Java development tools (JDT) for Java and Scala, Eclipse CDT for C\/C++, and Eclipse PDT for PHP, among others.<\/p>\n<p>The initial codebase originated from IBM VisualAge. The Eclipse software development kit (SDK), which includes the Java development tools, is meant for Java developers. Users can extend its abilities by installing plug-ins written for the Eclipse Platform, such as development toolkits for other programming languages, and can write and contribute their own plug-in modules. Since the introduction of the OSGi implementation (Equinox) in version 3 of Eclipse, plug-ins can be plugged-stopped dynamically and are termed (OSGI) bundles<\/p>\n<p>Eclipse software development kit (SDK) is free and open-source software, released under the terms of the Eclipse Public License, although it is incompatible with the GNU General Public License. It was one of the first IDEs to run under GNU Classpath and it runs without problems under IcedTea.<\/p>\n<p>[ulp id=&#8217;POoohIwajIfAlQyU&#8217;]<\/p>\n<div class=\"tip\"><strong>Note<\/strong><br \/>\nIf you wish to build up your&nbsp;Eclipse IDE knowledge first, check out our <a href=\"https:\/\/examples.javacodegeeks.com\/desktop-java\/ide\/eclipse\/eclipse-tutorial-beginners\/\">Eclipse Tutorial for Beginners<\/a>.<\/div>\n<h2>Eclipse IDE Tutorials &#8211; Getting Started<\/h2>\n<h4>Simple examples based on Eclipse IDE<\/h4>\n<ul>\n<li><a href=\"https:\/\/examples.javacodegeeks.com\/desktop-java\/ide\/eclipse\/eclipse-ide-yocto-plugin-tutorial\/\">Eclipse IDE Tips and Tricks<\/a><br \/>\nIn this article we saw various shortcuts which will help us in developing a project using Eclipse IDE. We also saw various nice features which can be used to make development easier.<\/li>\n<li><a href=\"https:\/\/examples.javacodegeeks.com\/desktop-java\/ide\/eclipse\/eclipse-ide-git-integration-tutorial\/\">Eclipse IDE Git Integration Tutorial<\/a><br \/>\nIn this article we saw how Eclipse provide an excellent interface for GIT integration. We discussed about the GIT repositories and various options available to create\/update repositories.<\/li>\n<li><a href=\"https:\/\/examples.javacodegeeks.com\/desktop-java\/ide\/eclipse\/eclipse-quit-unexpectedly-troubleshooting\/\">Eclipse Quit Unexpectedly: Troubleshooting<\/a><br \/>\nIn this article we will see the various reasons Eclipse can die unexpectedly and we will also examine the solutions for that. For this article we will make use of Eclipse Luna 4.4.2 and Windows OS.<\/li>\n<li><a href=\"https:\/\/examples.javacodegeeks.com\/desktop-java\/ide\/eclipse\/eclipse-not-starting-troubleshooting\/\">Eclipse Not Starting: Troubleshooting<\/a><br \/>\nIn this article we will see the various issues which a developer faces when using Eclipse IDE. In particular we will focus on issues when the Eclipse is not starting and will try to troubleshoot the problem.<\/li>\n<li><a href=\"https:\/\/examples.javacodegeeks.com\/desktop-java\/ide\/eclipse\/eclipse-environment-variable-setup-example\/\">Eclipse Environment Variable Setup Example<\/a><br \/>\nIn this article we will see how to set the environment variables in Eclipse. For this example we will make use of Eclipse Luna 4.4.2.<\/li>\n<li><a href=\"https:\/\/examples.javacodegeeks.com\/desktop-java\/ide\/eclipse\/check-eclipse-version\/\">How to check your Eclipse version<\/a><br \/>\nIn this article we will see how to check the version of Eclipse you are using. We will use Eclipse Luna for this example.<\/li>\n<li><a href=\"https:\/\/examples.javacodegeeks.com\/desktop-java\/ide\/eclipse\/eclipse-web-development-tutorial\/\">Eclipse Web Development Tutorial<\/a><br \/>\nIn this tutorial we saw how we can make use of the in-build features of Eclipse to create a web application. This is a simple example of the features which Eclipse provides.<\/li>\n<li><a href=\"https:\/\/examples.javacodegeeks.com\/desktop-java\/ide\/eclipse\/how-to-update-eclipse\/\">How to update Eclipse<\/a><br \/>\nIn this article we will see how we can update Eclipse. Eclipse is the most popular Integrated Development Environment (IDE) used by Java developers.<\/li>\n<li><a href=\"https:\/\/examples.javacodegeeks.com\/desktop-java\/ide\/eclipse\/eclipse-checkstyle-plugin-example\/\">Eclipse Rich Client Platform (RCP) Tutorial<\/a><br \/>\nIn this example, we will learn how to use Eclipse Rich Client Platform (RCP) to develop stand alone applications written in Java and built on top of Eclipse platform technologies.<\/li>\n<li><a href=\"https:\/\/examples.javacodegeeks.com\/desktop-java\/ide\/eclipse\/eclipse-remote-debugging-tutorial\/\">Eclipse Remote Debugging Tutorial<\/a><br \/>\nIn this article we will study about how to do remote debugging in Eclipse. For this example I am using Eclipse Luna 4.4.2.<\/li>\n<\/ul>\n<h2>Eclipse IDE Tutorials &#8211; Plugins<\/h2>\n<h4>Examples with Eclipse plugins<\/h4>\n<ul>\n<li><a href=\"https:\/\/examples.javacodegeeks.com\/desktop-java\/ide\/eclipse\/install-plugin-eclipse\/\">How to install plugin in Eclipse<\/a><br \/>\nIn this article we saw what is an Eclipse plugin and how useful it can be. We also saw how we can install\/update\/uninstall a plugin.<\/li>\n<li><a href=\"https:\/\/examples.javacodegeeks.com\/desktop-java\/ide\/eclipse\/eclipse-ide-yocto-plugin-tutorial\/\">Eclipse IDE Yocto Plugin Tutorial<\/a><br \/>\nThis is an article on how to install Yocto Plugin on Eclipse IDE. Once the configuration is done Eclipse IDE will be ready for further application development for Yocto platform.<\/li>\n<li><a href=\"https:\/\/examples.javacodegeeks.com\/desktop-java\/ide\/eclipse\/eclipse-wildfly-jboss-tools-example\/\">Eclipse with Wildfly and JBoss Tools Example<\/a><br \/>\nIn this example we will build a simple Java EE web project, also known as a \u201chello world\u201d Java EE web application. We will be using Eclipse with Wildfly and JBoss Tools.<\/li>\n<li><a href=\"https:\/\/examples.javacodegeeks.com\/desktop-java\/ide\/eclipse\/eclipse-xpath-evaluation-plugin-example\/\">Eclipse XPath Evaluation Plugin Example<\/a><br \/>\nIn this article we saw how to install the XPath Plugin in Eclipse. We also discussed what XML is and how we can easily create and edit a XML file in Eclipse.<\/li>\n<li><a href=\"https:\/\/examples.javacodegeeks.com\/desktop-java\/ide\/eclipse\/eclipse-html-plugin-example\/\">Eclipse HTML Plugin Example<\/a><br \/>\nIn this article we saw how to install an HTML Editor Plugin in Eclipse. We also discussed what HTML is and how we can easily create and edit an HTML file in Eclipse.<\/li>\n<li><a href=\"https:\/\/examples.javacodegeeks.com\/desktop-java\/ide\/eclipse\/eclipse-zest-plugin-tutorial\/\">Eclipse Zest Plugin Tutorial<\/a><br \/>\nIn this example we learned about the implementation of the Zest plugin in Eclipse IDE. I hope this simple reference tutorial was helpful.<\/li>\n<li><a href=\"https:\/\/examples.javacodegeeks.com\/desktop-java\/ide\/eclipse\/eclipse-checkstyle-plugin-example\/\">Eclipse Checkstyle Plugin Example<\/a><br \/>\nIn this article we saw how we can install, configure and run checkstyle in our project. Checkstyle brings a lot of benefits in the code quality and helps organistions to define standards and coding practices.<\/li>\n<li><a href=\"https:\/\/examples.javacodegeeks.com\/desktop-java\/ide\/eclipse\/eclipse-uml-plugin-example\/\">Eclipse UML Plugin Example<\/a><br \/>\nIn this example, we will see how to model a system using Unified Modeling Language (UML) with the help of Eclipse UML Plugins. This example was tested with Eclipse Version: Mars.1 Release (4.5.1).<\/li>\n<li><a href=\"https:\/\/examples.javacodegeeks.com\/desktop-java\/ide\/eclipse\/install-use-eclipse-marketplace-plugin\/\">How to Install and Use the Eclipse Marketplace Plugin<\/a><br \/>\nIn this example, we will see how to install and use Eclipse Marketplace Client Plugin from within Eclipse IDE.<\/li>\n<li><a href=\"https:\/\/examples.javacodegeeks.com\/desktop-java\/ide\/eclipse\/eclipse-windowbuilder-tutorial\/\">Eclipse WindowBuilder Tutorial<\/a><br \/>\nIn this tutorial we will learn about the Eclipse WindowBuilder which is a powerful and easy to use bi-directional Java GUI designer.<\/li>\n<li><a href=\"https:\/\/examples.javacodegeeks.com\/desktop-java\/ide\/eclipse\/eclipse-window-builder-tutorial-gui-creation\/\">Eclipse Window Builder Tutorial for GUI Creation<\/a><br \/>\nIn this example we will show you how to develop Java GUI Application using Eclipse WindowBuilder plug-in.<\/li>\n<li><a href=\"https:\/\/examples.javacodegeeks.com\/desktop-java\/ide\/eclipse\/eclipse-ide-themes-tutorial\/\">Eclipse IDE Themes Tutorial<\/a><br \/>\nIn this article we will learn about Eclipse Themes. We will learn how to install the Eclipse Color Theme Plugin and how to use it. We will also learn how to import and export the preferences.<\/li>\n<li><a href=\"https:\/\/examples.javacodegeeks.com\/desktop-java\/ide\/eclipse\/eclipse-ide-angularjs-tutorial\/\">Eclipse IDE AngularJS Tutorial<\/a><br \/>\nIn this article we will learn how to use the AngularJS plugin for Eclipse. Eclipse is the most commonly used Integrated Development Environment (IDE) by Java developers. AngularJS is a JavaScript framework.<\/li>\n<li><a href=\"https:\/\/examples.javacodegeeks.com\/desktop-java\/ide\/eclipse\/eclipse-yaml-editor-tutorial\/\">Eclipse Yaml Editor Tutorial<\/a><br \/>\nIn this article we will study about Eclipse YAML Editor. For this example we will use Eclipse Luna 4.4.2. and YEdit plugin (1.0.20) which is a YAML file editor plugin.<\/li>\n<\/ul>\n<p>[undereg]<\/p>\n","protected":false},"excerpt":{"rendered":"<p>In this detailed Resource page, we feature an abundance of Eclipse IDE Tutorials! Eclipse is an integrated development environment (IDE) used in computer programming, and is the most widely used Java IDE. It contains a base workspace and an extensible plug-in system for customizing the environment. Eclipse is written mostly in Java and its primary &hellip;<\/p>\n","protected":false},"author":34987,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-86664","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Eclipse IDE Tutorials - Java Code Geeks<\/title>\n<meta name=\"description\" content=\"Interested to learn more about Eclpse IDE in Enterprise Java? Then check out our Eclipse IDE Tutorials and expand your knowledge!\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.javacodegeeks.com\/eclipse-ide-tutorials\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Eclipse IDE Tutorials - Java Code Geeks\" \/>\n<meta property=\"og:description\" content=\"Interested to learn more about Eclpse IDE in Enterprise Java? Then check out our Eclipse IDE Tutorials and expand your knowledge!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.javacodegeeks.com\/eclipse-ide-tutorials\" \/>\n<meta property=\"og:site_name\" content=\"Java Code Geeks\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/javacodegeeks\" \/>\n<meta property=\"article:modified_time\" content=\"2023-03-06T14:37:48+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/www.javacodegeeks.com\/wp-content\/uploads\/2018\/03\/eclipse-logo-1.jpg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@javacodegeeks\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.javacodegeeks.com\\\/eclipse-ide-tutorials\",\"url\":\"https:\\\/\\\/www.javacodegeeks.com\\\/eclipse-ide-tutorials\",\"name\":\"Eclipse IDE Tutorials - Java Code Geeks\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.javacodegeeks.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.javacodegeeks.com\\\/eclipse-ide-tutorials#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.javacodegeeks.com\\\/eclipse-ide-tutorials#primaryimage\"},\"thumbnailUrl\":\"http:\\\/\\\/www.javacodegeeks.com\\\/wp-content\\\/uploads\\\/2018\\\/03\\\/eclipse-logo-1.jpg\",\"datePublished\":\"2019-01-21T11:02:59+00:00\",\"dateModified\":\"2023-03-06T14:37:48+00:00\",\"description\":\"Interested to learn more about Eclpse IDE in Enterprise Java? Then check out our Eclipse IDE Tutorials and expand your knowledge!\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.javacodegeeks.com\\\/eclipse-ide-tutorials#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.javacodegeeks.com\\\/eclipse-ide-tutorials\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.javacodegeeks.com\\\/eclipse-ide-tutorials#primaryimage\",\"url\":\"http:\\\/\\\/www.javacodegeeks.com\\\/wp-content\\\/uploads\\\/2018\\\/03\\\/eclipse-logo-1.jpg\",\"contentUrl\":\"http:\\\/\\\/www.javacodegeeks.com\\\/wp-content\\\/uploads\\\/2018\\\/03\\\/eclipse-logo-1.jpg\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.javacodegeeks.com\\\/eclipse-ide-tutorials#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.javacodegeeks.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Eclipse IDE Tutorials\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.javacodegeeks.com\\\/#website\",\"url\":\"https:\\\/\\\/www.javacodegeeks.com\\\/\",\"name\":\"Java Code Geeks\",\"description\":\"Java Developers Resource Center\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.javacodegeeks.com\\\/#organization\"},\"alternateName\":\"JCG\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.javacodegeeks.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.javacodegeeks.com\\\/#organization\",\"name\":\"Exelixis Media P.C.\",\"url\":\"https:\\\/\\\/www.javacodegeeks.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.javacodegeeks.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.javacodegeeks.com\\\/wp-content\\\/uploads\\\/2022\\\/06\\\/exelixis-logo.png\",\"contentUrl\":\"https:\\\/\\\/www.javacodegeeks.com\\\/wp-content\\\/uploads\\\/2022\\\/06\\\/exelixis-logo.png\",\"width\":864,\"height\":246,\"caption\":\"Exelixis Media P.C.\"},\"image\":{\"@id\":\"https:\\\/\\\/www.javacodegeeks.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/javacodegeeks\",\"https:\\\/\\\/x.com\\\/javacodegeeks\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Eclipse IDE Tutorials - Java Code Geeks","description":"Interested to learn more about Eclpse IDE in Enterprise Java? Then check out our Eclipse IDE Tutorials and expand your knowledge!","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:\/\/www.javacodegeeks.com\/eclipse-ide-tutorials","og_locale":"en_US","og_type":"article","og_title":"Eclipse IDE Tutorials - Java Code Geeks","og_description":"Interested to learn more about Eclpse IDE in Enterprise Java? Then check out our Eclipse IDE Tutorials and expand your knowledge!","og_url":"https:\/\/www.javacodegeeks.com\/eclipse-ide-tutorials","og_site_name":"Java Code Geeks","article_publisher":"https:\/\/www.facebook.com\/javacodegeeks","article_modified_time":"2023-03-06T14:37:48+00:00","og_image":[{"url":"http:\/\/www.javacodegeeks.com\/wp-content\/uploads\/2018\/03\/eclipse-logo-1.jpg","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_site":"@javacodegeeks","twitter_misc":{"Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.javacodegeeks.com\/eclipse-ide-tutorials","url":"https:\/\/www.javacodegeeks.com\/eclipse-ide-tutorials","name":"Eclipse IDE Tutorials - Java Code Geeks","isPartOf":{"@id":"https:\/\/www.javacodegeeks.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.javacodegeeks.com\/eclipse-ide-tutorials#primaryimage"},"image":{"@id":"https:\/\/www.javacodegeeks.com\/eclipse-ide-tutorials#primaryimage"},"thumbnailUrl":"http:\/\/www.javacodegeeks.com\/wp-content\/uploads\/2018\/03\/eclipse-logo-1.jpg","datePublished":"2019-01-21T11:02:59+00:00","dateModified":"2023-03-06T14:37:48+00:00","description":"Interested to learn more about Eclpse IDE in Enterprise Java? Then check out our Eclipse IDE Tutorials and expand your knowledge!","breadcrumb":{"@id":"https:\/\/www.javacodegeeks.com\/eclipse-ide-tutorials#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.javacodegeeks.com\/eclipse-ide-tutorials"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.javacodegeeks.com\/eclipse-ide-tutorials#primaryimage","url":"http:\/\/www.javacodegeeks.com\/wp-content\/uploads\/2018\/03\/eclipse-logo-1.jpg","contentUrl":"http:\/\/www.javacodegeeks.com\/wp-content\/uploads\/2018\/03\/eclipse-logo-1.jpg"},{"@type":"BreadcrumbList","@id":"https:\/\/www.javacodegeeks.com\/eclipse-ide-tutorials#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.javacodegeeks.com\/"},{"@type":"ListItem","position":2,"name":"Eclipse IDE Tutorials"}]},{"@type":"WebSite","@id":"https:\/\/www.javacodegeeks.com\/#website","url":"https:\/\/www.javacodegeeks.com\/","name":"Java Code Geeks","description":"Java Developers Resource Center","publisher":{"@id":"https:\/\/www.javacodegeeks.com\/#organization"},"alternateName":"JCG","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.javacodegeeks.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.javacodegeeks.com\/#organization","name":"Exelixis Media P.C.","url":"https:\/\/www.javacodegeeks.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.javacodegeeks.com\/#\/schema\/logo\/image\/","url":"https:\/\/www.javacodegeeks.com\/wp-content\/uploads\/2022\/06\/exelixis-logo.png","contentUrl":"https:\/\/www.javacodegeeks.com\/wp-content\/uploads\/2022\/06\/exelixis-logo.png","width":864,"height":246,"caption":"Exelixis Media P.C."},"image":{"@id":"https:\/\/www.javacodegeeks.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/javacodegeeks","https:\/\/x.com\/javacodegeeks"]}]}},"_links":{"self":[{"href":"https:\/\/www.javacodegeeks.com\/wp-json\/wp\/v2\/pages\/86664","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.javacodegeeks.com\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.javacodegeeks.com\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.javacodegeeks.com\/wp-json\/wp\/v2\/users\/34987"}],"replies":[{"embeddable":true,"href":"https:\/\/www.javacodegeeks.com\/wp-json\/wp\/v2\/comments?post=86664"}],"version-history":[{"count":0,"href":"https:\/\/www.javacodegeeks.com\/wp-json\/wp\/v2\/pages\/86664\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.javacodegeeks.com\/wp-json\/wp\/v2\/media?parent=86664"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}