The java.utils.ArrayList library is not available in the libraries given by default in the netbeans plugin for FRC. Is this for a good reason (Compatibility?)?
What are comparable libraries available that can be used on the CRIO? (Obviously not ON the CRIO, but I think you understand what I mean). The Vector class is depreciated now, but I think that is my best bet.
Just use Vector. I know it’s deprecated, but that’s all you have to work with unfortunately. You’re going to have to add a cast when you use get(), because Java ME doesn’t support generics.
We dropped C++ about 3 days before bagging (:ahh: ) and switched to java because it was an easier development environment to work with. Neither one is perfect, test it first to make sure you really want to switch.