|
Re: WPILib projects don't have standard Java classes?
The cRIO runs the Squawk JVM, which is based on Java ME (a subset of Java 1.3). There are lots of things that aren't implemented in newer versions of Java that aren't in squawk. The project properties in netbeans don't mean anything, since it uses the ant buildscripts provided with the FIRST sdk.
There are some classes that aren't required by Java ME, that squawk implements anyway. These are in com.sun.squawk.util, but properties aren't one of them. What did you want to use properties for?
The 2015 control system will use Java SE Embedded. It won't be nearly as stripped down as Squawk.
|