{"id":12410,"date":"2022-09-29T19:02:02","date_gmt":"2022-09-30T01:02:02","guid":{"rendered":"http:\/\/201.237.206.56\/Sitios\/ugit.siua.ac.cr\/?p=12410"},"modified":"2022-09-29T19:02:02","modified_gmt":"2022-09-30T01:02:02","slug":"visual-code-java-errores","status":"publish","type":"post","link":"https:\/\/sada.services\/?p=12410","title":{"rendered":"Visual Code &#8211; Java: Errores"},"content":{"rendered":"\n<ul class=\"wp-block-list\"><li>Error<\/li><\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>Unbound classpath container: 'JRE System Library &#91;JavaSE-19]' in project 'primerproyectospringboot'<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\"><li>Esto se da por la versi\u00f3n de java que seleccionamos la 19 y era 18<\/li><li>Abrimos el archivo POM.xml y modificamos<\/li><\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;properties>\n\t\t&lt;java.version>19&lt;\/java.version>\n\t&lt;\/properties>\n\nX\n&lt;properties>\n\t\t&lt;java.version>18&lt;\/java.version>\n\t&lt;\/properties><\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Error Esto se da por la versi\u00f3n de java que seleccionamos la 19 y era 18 Abrimos el archivo POM.xml y modificamos<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[431],"tags":[436,417],"class_list":["post-12410","post","type-post","status-publish","format-standard","hentry","category-java","tag-errores","tag-java"],"blocksy_meta":{"styles_descriptor":{"styles":{"desktop":"","tablet":"","mobile":""},"google_fonts":[],"version":6}},"_links":{"self":[{"href":"https:\/\/sada.services\/index.php?rest_route=\/wp\/v2\/posts\/12410","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/sada.services\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/sada.services\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/sada.services\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/sada.services\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=12410"}],"version-history":[{"count":1,"href":"https:\/\/sada.services\/index.php?rest_route=\/wp\/v2\/posts\/12410\/revisions"}],"predecessor-version":[{"id":12411,"href":"https:\/\/sada.services\/index.php?rest_route=\/wp\/v2\/posts\/12410\/revisions\/12411"}],"wp:attachment":[{"href":"https:\/\/sada.services\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=12410"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/sada.services\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=12410"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/sada.services\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=12410"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}