|
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\Defa ultCode\build
Deleting directory C:\Users\Developer\Documents\NetBeansProjects\Defa ultCode\suite
Deleting directory C:\Users\Developer\Documents\NetBeansProjects\Defa ultCode\j2meclasses
clean:
Created dir: C:\Users\Developer\Documents\NetBeansProjects\Defa ultCode\build
Compiling 1 source file to C:\Users\Developer\Documents\NetBeansProjects\Defa ultCode\build
Note: C:\Users\Developer\Documents\NetBeansProjects\Defa ultCode\src\edu\wpi\first\wpilibj\defaultCode\Defa ultRobot.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
compile:
Created dir: C:\Users\Developer\Documents\NetBeansProjects\Defa ultCode\j2meclasses
preverify:
Created dir: C:\Users\Developer\Documents\NetBeansProjects\Defa ultCode\suite
Building jar: C:\Users\Developer\Documents\NetBeansProjects\Defa ultCode\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\Defa ultCode\suite\BuiltInDefaultCode_1.0.0.jar into C:\Users\Developer\Documents\NetBeansProjects\Defa ultCode\suite
Moving 1 file to C:\Users\Developer\Documents\NetBeansProjects\Defa ultCode\suite
Moving 1 file to C:\Users\Developer\Documents\NetBeansProjects\Defa ultCode\suite
Moving 1 file to C:\Users\Developer\Documents\NetBeansProjects\Defa ultCode\suite
Deleting: C:\Users\Developer\Documents\NetBeansProjects\Defa ultCode\image.suite.api
Host OS: Windows 7 6.1, 6.1
Host JVM: Java HotSpot(TM) 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
|