Tag: Maven

  • Eclipse running in a JDK to use Maven tools

    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 […]