|
Re: Trouble running on cRIO from Netbeans
Now that I'm on my own laptop at our build meeting, I was able to check again. Actually, the team number was set in Netbeans. I also verified that the team number was set in the cRIO when I re-imaged it. I'm still getting the same error.
Here is the specific feedback I'm getting when we run:
[cRIO] Welcome to LabVIEW Real-Time 13.0
[cRIO] task 0xd00818 (sysapi-rpc) deleted: errno=0 (0) status=0 (0)
[cRIO]
[cRIO] [Squawk VM] Version: 2011 FRC, Nov 5 2011, 14:34:13
[cRIO] Uncaught exception in Thread.run():
[cRIO] on thread org.usfirst.frc0000.Robot - main
[cRIO] java.lang.IllegalArgumentException: MIDlet class specified, org.usfirst.frc0000.Robot, was not found
[cRIO] at com.sun.squawk.imp.MIDletMainWrapper.main(94)
[cRIO] in virtual method #95 of com.sun.squawk.Klass(bci=25)
[cRIO] at com.sun.squawk.Isolate.run(1506)
[cRIO] at java.lang.Thread.run(231)
[cRIO] in virtual method #47 of com.sun.squawk.VMThread(bci=42)
[cRIO] in static method #3 of com.sun.squawk.VM(bci=6)
[cRIO]
[cRIO]
[cRIO] --------------------------------------------------------------------
[cRIO] GCs: 1 full, 0 partial
[cRIO] ** VM stopped: exit code = 1 **
Any thoughts on where the "frc0000" is coming from?
|