Will JRE work instead of JDK for maven project | Selenium Forum
D
Dimple Chhabadia Posted on 15/06/2020

1. Is JDK must for maven projet? I can't install JDK due to company policy. 

2. Any alternate option for JDK?

3. I'm facing frequent issues like JARS are not getting downloaded automatically.

When I try to to mvn install in Eclipse > Project > Debug As > Maven Install. Sometimes it gives error like using JRE instead of JDK? 

Thanks!

 


A
Ashish Thakur Replied on 17/06/2020

Yes please install jdk 8

In eclipse go to project-right click - properties-lib

and then select jdk 8


Related Posts