Deploying Java code on cRIO Issue

We are Team 4150 which is a rookie team and we have a basic robot built so far and we have run into so problems.

Our team has the cRIO FRC-II configured, imaged with the latest image, and ready for code deployment ment. We are using Java and have the default robot code and FRC plugins downloaded but when we try to build and run the code it comes up with the following errors.

Please and thank you for any support you can give.

init:
init:
Deleting directory C:\Users\Developer\Documents\NetBeansProjects\DefaultCode\build
Deleting directory C:\Users\Developer\Documents\NetBeansProjects\DefaultCode\suite
Deleting directory C:\Users\Developer\Documents\NetBeansProjects\DefaultCode\j2meclasses
clean:
Created dir: C:\Users\Developer\Documents\NetBeansProjects\DefaultCode\build
Compiling 1 source file to C:\Users\Developer\Documents\NetBeansProjects\DefaultCode\build
Note: C:\Users\Developer\Documents\NetBeansProjects\DefaultCode\src\edu\wpi\first\wpilibj\defaultCode\DefaultRobot.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
compile:
Created dir: C:\Users\Developer\Documents\NetBeansProjects\DefaultCode\j2meclasses
preverify:
Created dir: C:\Users\Developer\Documents\NetBeansProjects\DefaultCode\suite
Building jar: C:\Users\Developer\Documents\NetBeansProjects\DefaultCode\suite\BuiltInDefaultCode_1.0.0.jar
jar-app:
CompilerOracle: exclude com/sun/squawk/Method.getParameterTypes
CompilerOracle: exclude com/sun/squawk/SymbolParser.getSignatureTypeAt
CompilerOracle: exclude com/sun/squawk/SymbolParser.stripMethods
[translating suite image [closed: false, parent: squawk] …]

Excluding compile: com.sun.squawk.Method::getParameterTypes

Excluding compile: com.sun.squawk.SymbolParser::getSignatureTypeAt

[Including resource: META-INF/MANIFEST.MF]
Romizer processed 100 classes and generated 4 files.
Expanding: C:\Users\Developer\Documents\NetBeansProjects\DefaultCode\suite\BuiltInDefaultCode_1.0.0.jar into C:\Users\Developer\Documents\NetBeansProjects\DefaultCode\suite
Moving 1 file to C:\Users\Developer\Documents\NetBeansProjects\DefaultCode\suite
Moving 1 file to C:\Users\Developer\Documents\NetBeansProjects\DefaultCode\suite
Moving 1 file to C:\Users\Developer\Documents\NetBeansProjects\DefaultCode\suite
Deleting: C:\Users\Developer\Documents\NetBeansProjects\DefaultCode\image.suite.api
Host OS: Windows 7 6.1, 6.1
Host JVM: Java HotSpot™ Client VM 22.0-b10
Target IP: 10.0.0.2
Network interfaces on host:
Realtek PCIe FE Family Controller: address: 169.254.178.90 netmask: 255.255.0.0
Realtek RTL8191SE Wireless LAN 802.11n PCI-E NIC: address: 10.41.50.9 netmask: 255.255.255.254
WARNING: Host is not on same subnet as robot. May not be able to complete all communication with robot.
Connecting FTP @10.0.0.2

You haven’t set your team number in:

Tools->Options->Miscellaneous->FRC Configuration

After you hit OK, be patient. For some reason setting your team number takes a very long time.