Maven 3 Artifact problem
The error you are seeing is probably because you dont have your JAVA_HOME path set up correctly. Are you seeing something like C:\{directories to jre}\..\lib\tools.jar? You can have eclipse start up using your built in JDK by altering the eclipse.ini and adding something like -vm C:\{directories to JDK}\bin\javaw.exe What I have learned is that eclipse … Read more