{"id":155,"date":"2010-01-07T04:45:18","date_gmt":"2010-01-07T09:45:18","guid":{"rendered":"http:\/\/blog.buluschek.com\/?p=155"},"modified":"2023-07-02T10:49:23","modified_gmt":"2023-07-02T08:49:23","slug":"eclipse-running-in-a-jdk-to-use-maven-tools","status":"publish","type":"post","link":"https:\/\/www.buluschek.com\/?p=155","title":{"rendered":"Eclipse running in a JDK to use Maven tools"},"content":{"rendered":"<p>The Maven Intergation requires that Eclipse be running in a JDK and that installed JREs are also using JDK installs. In order to achieve this, edit your eclipse.ini file, located for example at <code>C:\\Program Files\\eclipse\\eclipse.ini<\/code>. You need to specify the virtual machine to use. Add the following lines to the file before any <code>-vmargs<\/code>:<br \/>\n<code><br \/>\n-vm<br \/>\nC:\\Program Files\\Java\\jdk1.6.0_16\\bin\\javaw.exe<br \/>\n<\/code><br \/>\nNote: <\/p>\n<ul>\n<li><code>-vm<\/code> and the JDK location are on separate lines<\/li>\n<li>No quotes around the path<\/li>\n<li>The two lines must come before any <code>-vmargs<\/code><\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>The Maven Intergation requires that Eclipse be running in a JDK and that installed JREs are also using JDK installs. In order to achieve this, edit your eclipse.ini file, located for example at C:\\Program Files\\eclipse\\eclipse.ini. You need to specify the virtual machine to use. Add the following lines to the file before any -vmargs: -vm [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[20,21],"class_list":["post-155","post","type-post","status-publish","format-standard","hentry","category-uncategorized","tag-eclipse","tag-maven"],"_links":{"self":[{"href":"https:\/\/www.buluschek.com\/index.php?rest_route=\/wp\/v2\/posts\/155","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.buluschek.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.buluschek.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.buluschek.com\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.buluschek.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=155"}],"version-history":[{"count":3,"href":"https:\/\/www.buluschek.com\/index.php?rest_route=\/wp\/v2\/posts\/155\/revisions"}],"predecessor-version":[{"id":158,"href":"https:\/\/www.buluschek.com\/index.php?rest_route=\/wp\/v2\/posts\/155\/revisions\/158"}],"wp:attachment":[{"href":"https:\/\/www.buluschek.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=155"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.buluschek.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=155"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.buluschek.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=155"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}