|
Re: custom libraries
1. I assume the standard Java libraries are already on the cRio with the Squawk VM.
2. Because Squawk VM is based on Java ME; Java ME is a restricted version of Java 1.3
3. Just like how you would do for any project. Just create a new package and write all your library code in there and import that package in a future project. The WPILibJ is essentially one of these.
__________________
Do not say what can or cannot be done, but, instead, say what must be done for the task at hand must be accomplished.
|