Re: Eclipse is running in a JRE, but a JDK is required. Some Maven plugins may not work when importing projects or updating source folders.
Posted By:
Gabriel_Castillo
Posted On:
Wednesday, July 23, 2008 10:28 AM
Frederick Brock's solution worked perfectly for me. Thanks Fred.
Re: Eclipse is running in a JRE, but a JDK is required. Some Maven plugins may not work when importing projects or updating source folders.
Posted By:
Anonymous
Posted On:
Thursday, July 17, 2008 03:05 AM
you need to start eclipse with -vm option and point it to the jdk. For example I installed jdk6 in C:jdk6 so when I start eclipse I start it with a command line of:
eclipse -vm C:jdk6in
This instructs eclipse to use the JDK vs the built in jre that eclipse ships with.