|
Re: Deploying stand-alone program on crio.
Gordo,
I'm not sure what you are trying to do.
Are you trying to run your robot app?
Are you trying to run another app in addition to you robot app? If so, why do you want them to be two apps? Can you use Java threads to run them separately? If you really want to get tricky you can run to "Isolates" in Squawk, which are a lot like processes. But that probably isn't really needed.
|