Quote:
Originally Posted by rp181
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