|
WPILib projects don't have standard Java classes?
Hey all,
Been doing some programming lately, wanted to use a .properties file to hold sensor/motor channels. Unfortunately, it appears that the WPILib libraries doesn't have the java.util.Properties class. In fact, that package is missing a *lot* of the standard Java classes.
I checked in the project settings (using Netbeans 7.4), and it says I'm using JDK 1.7, so the classes should be there.
Any advice?
|