At work, I often work on the front-end of Java projects. Oftentimes, this means setting up Java projects eventhough you only need to work on the front-end. This type of setup may involve, but not be limited to:
Doing tasks like this can sometimes be frustrating, especially when local builds fail due to obscure reasons that you don't fully comprehend. Below are some random throughts on this:
C:\Users\username\.m2
. Make sure to check for things such as usernames & passwords are correct, proxy settings are what they should be. java -version
in your terminal and get an unrecognised command message, it means that you JAVA_HOME environment variable is not setup correctly, and you will need to run java commands and keytool from the folder where you java.exe is located. Rather than having to do that, ensure you env variable is setup correctly! Hopefully, all of the necessary steps will be laid out in Confluence (or similar) to assist with the necessary setups. If not, ask your fellow developers for some assistance, and in the process, make notes that you can refer back to and then re-trace your steps and re-write the steps into a how-to article that you can contribute to the team and project.
Even though you may not be a Java developer, it often takes a non-Java developer to write out an article, in plain, understandable, step-by-step language that other developers can follow!