Hey guys,
This is my fist time participating in the entelect challenge. I could not manage to compile the java bot after making changes to the starter bot. Compiling Main.java gives me errors so just wondering if anyone can tel me the right way to compile the java starter bot.
Did you use: “mvn package”?
Agreed, make sure you have maven installed and in your path so you can use “mvn”. Then in the directory that you see the “pom.xml”, use the command gustav provided. e.g.
mvn package
Link with more information: https://maven.apache.org/guides/getting-started/maven-in-five-minutes.html
The project is already created, so your main interests would be in “installing maven” and “building the project”.
1 Like
Thanks for showing HoenderStukkies the way
This topic was automatically closed after 42 hours. New replies are no longer allowed.