Chief Delphi

Chief Delphi (http://www.chiefdelphi.com/forums/index.php)
-   Java (http://www.chiefdelphi.com/forums/forumdisplay.php?f=184)
-   -   RAM (http://www.chiefdelphi.com/forums/showthread.php?t=89177)

rp181 15-01-2011 00:14

RAM
 
Is it possible for Netbeans to write the program to RAM instead of re-deploying and writing to flash every single time?

davidthefat 15-01-2011 00:29

Re: RAM
 
RAM of the computer? No, the code runs on the robot not the computer. Even if you try writing straight to RAM of the cRio, what is the point? You are still transferring the data over the network to the cRio.

sjspry 15-01-2011 01:19

Re: RAM
 
Well, I think this is assuming writing to flash causes it to reboot.

If you really don't like the required reboot each time, you could try RobotPy -- not sure how developed it is, though.

jhersh 16-01-2011 22:55

Re: RAM
 
Quote:

Originally Posted by rp181 (Post 1000456)
Is it possible for Netbeans to write the program to RAM instead of re-deploying and writing to flash every single time?

Currently the Java VM and debugging server does not support running a Java program out of RAM. The only way to run it is to deploy and reboot as you would when preparing for competition in C++ or LabVIEW.

-Joe


All times are GMT -5. The time now is 10:25.

Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi