Flashing cRIO

I tried flashing the cRIO with v19 today, and it did it with no problem. Then I tried re-running the code that had been working before, but it had an error. This is what is said:

...
[cRIO] FPGA Software Revision: 1.3.0
[cRIO] * Loading StartupDlls: FRC_JavaVM
[cRIO] Warning: module 0x1348318 (FRC_JavaVM.out) holds reference to undefined symbol _ZN5nFPGA33nE0037A37F5C5D7F6A40E3C03D3CE51DD8tCounter23readTimerOutput_StalledEPi.
[cRIO] Warning: module 0x1348318 (FRC_JavaVM.out) holds reference to undefined symbol _ZN5nFPGA33nE0037A37F5C5D7F6A40E3C03D3CE51DD8tCounter11strobeResetEPi.
[cRIO] Warning: module 0x1348318 (FRC_JavaVM.out) holds reference to undefined symbol _ZN5nFPGA33nE0037A37F5C5D7F6A40E3C03D3CE51DD8tCounter36writeConfig_DownSource_AnalogTriggerEbPi
... (alot more warnings like this) ... 
[cRIO] Warning: module 0x1348318 (FRC_JavaVM.out) holds reference to undefined symbol _ZN5nFPGA33nE0037A37F5C5D7F6A40E3C03D3CE51DD4tDIO16writePulseLengthEhPi.
[cRIO] (unloading partially loaded module FRC_JavaVM.out)
[cRIO] ...FRC_JavaVM failed to load.
[cRIO] task 0x1d871f8 (t2) deleted: errno=0 (0) status=0 (0)
[cRIO] 
[cRIO] Welcome to LabVIEW Real-Time 8.6.1f2
[cRIO] 
[cRIO] NI-VISA Server 4.5 started successfully.
[cRIO] task 0xe62018 (t1) deleted: errno=1835009 (0x1c0001) status=1 (0x1)

I have tried re-installing the image a few times, but with no result. I will try to re- download it tonight, because the room that were building at has bad internet. Please help.

Did you install the Labview update on the computer you’re using to program? Also, did you try creating a new project in Netbeans and copying your previous code over?

The problem is that you haven’t updated your NetBeans plugin. Those errors happen when you deploy with an old VM.

Thanks! I updated my netbeens plugin and now it works perfectly.