I've installed Maven from the Marketplace
, and I'm trying to create a new Maven Project
in Eclipse
And this what I get when I create a new Project
How can I fix this JDK & JREs warnings.
Thanks
in eclipse.ini
(a file next to the eclipse executable) add the full path to the java/javaw executable in your JDK:
on *x systems (probably including MacOS):
-vm
/path/to/jdk/bin/java
on Win*:
-vm
C:/path/to/jdk/bin/javaw.exe
or -vm C:\path\to\jdk\bin\javaw.exe
Make sure the -vm
parameter comes before any -vmargs
!
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With