|
What Version of Java is It?
So, I was recently trying to fix up my code for our robot and I tried using enumerated variables. When I tried typing it in, netbeans complained that I was using source 1.3 and I needed at least 1.5. I'm pretty sure I'm on 1.7, and when I create a non-FRC project I can make enums just fine. I can't though within a FRC project for some reason.
Is the robot running off Java 1.3 or something?
|