{"id":2367,"date":"2017-06-05T15:26:25","date_gmt":"2017-06-05T15:26:25","guid":{"rendered":"http:\/\/codethataint.com\/blog\/?p=2367"},"modified":"2017-06-05T15:26:25","modified_gmt":"2017-06-05T15:26:25","slug":"eclipse-errors","status":"publish","type":"post","link":"https:\/\/codethataint.com\/blog\/eclipse-errors\/","title":{"rendered":"Eclipse Errors"},"content":{"rendered":"<p><strong>Eclipse complain about @Override on interface methods?<\/strong><br \/>\nUsing the @Override annotation on methods that implement those declared by an interface is only valid from Java 6 onward. It&#8217;s an error in Java 5.<br \/>\nMake sure that your IDE projects are setup to use a Java 6 JRE, and that the &#8220;source compatibility&#8221; is set to 1.6 or greater. Open the Window > Preferences dialog, and browse to Java > Compiler. There you can set the &#8220;Compiler compliance level&#8221; to 1.6.<\/p>\n<pre>\r\nProject->Properties->java compiler->\r\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Eclipse complain about @Override on interface methods? Using the @Override annotation on methods that implement those declared by an interface is only valid from Java 6 onward. It&#8217;s an error in Java 5. Make sure that your IDE projects are setup to use a Java 6 JRE, and that the &#8220;source compatibility&#8221; is set to&hellip; <a href=\"https:\/\/codethataint.com\/blog\/eclipse-errors\/\">Continue reading <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[181],"tags":[],"class_list":["post-2367","post","type-post","status-publish","format-standard","hentry","category-eclipse"],"_links":{"self":[{"href":"https:\/\/codethataint.com\/blog\/wp-json\/wp\/v2\/posts\/2367","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/codethataint.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/codethataint.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/codethataint.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/codethataint.com\/blog\/wp-json\/wp\/v2\/comments?post=2367"}],"version-history":[{"count":1,"href":"https:\/\/codethataint.com\/blog\/wp-json\/wp\/v2\/posts\/2367\/revisions"}],"predecessor-version":[{"id":2368,"href":"https:\/\/codethataint.com\/blog\/wp-json\/wp\/v2\/posts\/2367\/revisions\/2368"}],"wp:attachment":[{"href":"https:\/\/codethataint.com\/blog\/wp-json\/wp\/v2\/media?parent=2367"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/codethataint.com\/blog\/wp-json\/wp\/v2\/categories?post=2367"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/codethataint.com\/blog\/wp-json\/wp\/v2\/tags?post=2367"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}