Hi,
I just installed a Maven plug-in into eclipse the first time. Now there is a message on eclipse startup, that i should start eclipse in jdk not jre to make Maven components run fine. There is a -vm arguement which I used in the eclipse.ini:
-vm C:\Program Files (x86)\Java\
But the message is still there after restart. Now I tried the
C:\Program Files (x86)\Java\bin
and
C:\Program Files (x86)\Java\bin\java.exe
, too. But nothing changed.
How to start eclipse in JDK?
Thanks in advance.