need to change main target

I have just completed a project in Java and checked for no syntax errors. While running the project, the console states that there is no .jar file and that the cRIO address is at 10.0.0.2. I understand that the cRIO address should be 10.8.10.2 (team 810) and there probably should be a .jar to execute the code im deploying.

How do i change the IP target in the main class to the proper IP, and if this is a problem, which .jar file should i place in order to correct the error.

When compiling and running code based on wpilibj, usually the warning ‘no to.jar specified’ or something similar appears, it has never presented a problem to us in the past.
If you are using NetBeans for development, you need to set the team number in Tools Menu > Options dialog box > Miscellaneous tab > FRC Configuration Tab. Once you change that the IDE will automatically start deploying to the correct IP.