6.2 The JAVA_HOME environment variable is not defined correctly > mvn -version The JAVA_HOME environment variable is not defined correctly This environment variable is needed to run this program NB: JAVA_HOME should point to a JDK not a JRE Answer:Refer to Step 2, make sure JDK is installe...
MongoDB need a folder (data directory) to store its data. By default, it will store in “C:\data\db“, create this folder manually. MongoDB won’t create it for you. You can also specify an alternate data directory with--dbpathoption. 4. Run MongoDB server Usemongod.exe --config ...